Skip to content

Commit 71b7223

Browse files
jesboatmflatt
authored andcommitted
Spell "compatibility" right
In the preceding commits (#15), I consistently spelled "compatibility" wrong. Fix it. Fixing the filename requires a cross-repo change (with this and racket/racket#5434), so it'll be the second cross-repo breaking change in ~3 hours, but it seems better to do it now than wait until later or leave the misspelling there forever. Sorry :(
1 parent 7d3921b commit 71b7223

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

compatibility-lib/mzscheme/main.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
force
223223
promise?)
224224

225-
(only racket/private/for-compatability-lib
225+
(only racket/private/for-compatibility-lib
226226
define
227227
define-for-syntax
228228
define-syntax

compatibility-lib/mzscheme/private/stxmz-body.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
(module stxmz-body '#%kernel
55
;; These could probably change to just be `(require racket/base)`.
66
(#%require (only racket/base define-syntax)
7-
(for-syntax '#%kernel racket/private/for-compatability-lib))
7+
(for-syntax '#%kernel racket/private/for-compatibility-lib))
88

99
;; So that expansions print the way the Racket programmer expects:
1010
(#%require (rename '#%kernel #%plain-module-begin #%module-begin))

0 commit comments

Comments
 (0)