Skip to content

Commit 0fb55ab

Browse files
committed
Fix spelling of "compatible" and "compatibility"
In racket#5425 commits 8086563 and 3014b7d, I spelled "compatible" and "compatibility" consistently as "compatable" and "compatability". `git grep compatab` and `find . | grep compatab` Fixing the filename requires a cross-repo change (with this and racket/compatibility#17), 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.
1 parent 3014b7d commit 0fb55ab

11 files changed

Lines changed: 22 additions & 22 deletions

racket/collects/racket/private/class-internal.rkt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
;; it. This means any backwards-incompatible API changes need coordination.
66
;; The following packages are known to use this module:
77
;;
8-
;; - compatability-lib
8+
;; - compatibility-lib
99
;;
1010
;; Please try not to add more packages which require this file. Instead,
1111
;; consider whether a public API is appropriate, or if a currently-private
1212
;; API should be made public. If not, then make a new file
1313
;; "racket/private/for-yourpackage.rkt" which exports the necessary
14-
;; definitions. See "racket/private/for-compatability-lib.rkt" for an example.
14+
;; definitions. See "racket/private/for-compatibility-lib.rkt" for an example.
1515

1616
(require (for-syntax racket/base)
1717
(only-in racket/list remove-duplicates)

racket/collects/racket/private/for-compatability-lib.rkt renamed to racket/collects/racket/private/for-compatibility-lib.rkt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
;;----------------------------------------------------------------------
2-
;; Internals needed by the `compatability-lib` package; primarily used
2+
;; Internals needed by the `compatibility-lib` package; primarily used
33
;; to implement `mzscheme`
44
;;
5-
;; Note that this module only semi-private, in the sense that `compatability-lib`
6-
;; lives in another repository. This means any backwards-compatable API
5+
;; Note that this module only semi-private, in the sense that `compatibility-lib`
6+
;; lives in another repository. This means any backwards-compatible API
77
;; changes need coordination. Try to avoid adding new exports to this file;
88
;; instead, consider whether a public API is appropriate.
99

10-
(module for-compatability-lib '#%kernel
10+
(module for-compatibility-lib '#%kernel
1111
(#%require "more-scheme.rkt"
1212
"cond.rkt"
1313
"define.rkt"

racket/collects/racket/private/generic.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
;; consider whether a public API is appropriate, or if a currently-private
1212
;; API should be made public. If not, then make a new file
1313
;; "racket/private/for-yourpackage.rkt" which exports the necessary
14-
;; definitions. See "racket/private/for-compatability-lib.rkt" for an example.
14+
;; definitions. See "racket/private/for-compatibility-lib.rkt" for an example.
1515

1616
(require (for-syntax racket/base
1717
racket/local

racket/collects/racket/private/increader.rkt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
;; it. This means any backwards-incompatible API changes need coordination.
44
;; The following packages are known to use this module:
55
;;
6-
;; - compatability-lib
6+
;; - compatibility-lib
77
;;
88
;; Please try not to add more packages which require this file. Instead,
99
;; consider whether a public API is appropriate, or if a currently-private
1010
;; API should be made public. If not, then make a new file
1111
;; "racket/private/for-yourpackage.rkt" which exports the necessary
12-
;; definitions. See "racket/private/for-compatability-lib.rkt" for an example.
12+
;; definitions. See "racket/private/for-compatibility-lib.rkt" for an example.
1313

1414
(module increader racket/base
1515
(define-struct reader (val))

racket/collects/racket/private/promise.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
;; consider whether a public API is appropriate, or if a currently-private
1010
;; API should be made public. If not, then make a new file
1111
;; "racket/private/for-yourpackage.rkt" which exports the necessary
12-
;; definitions. See "racket/private/for-compatability-lib.rkt" for an example.
12+
;; definitions. See "racket/private/for-compatibility-lib.rkt" for an example.
1313

1414
(module promise '#%kernel
1515
(#%require "define-et-al.rkt" "qq-and-or.rkt" "cond.rkt"

racket/collects/racket/private/serialize.rkt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
;; it. This means any backwards-incompatible API changes need coordination.
44
;; The following packages are known to use this module:
55
;;
6-
;; - compatability-lib
6+
;; - compatibility-lib
77
;;
88
;; Please try not to add more packages which require this file. Instead,
99
;; consider whether a public API is appropriate, or if a currently-private
1010
;; API should be made public. If not, then make a new file
1111
;; "racket/private/for-yourpackage.rkt" which exports the necessary
12-
;; definitions. See "racket/private/for-compatability-lib.rkt" for an example.
12+
;; definitions. See "racket/private/for-compatibility-lib.rkt" for an example.
1313

1414
(module serialize racket/base
1515
(require syntax/modcollapse

racket/collects/racket/private/shared-body.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
;; consider whether a public API is appropriate, or if a currently-private
1212
;; API should be made public. If not, then make a new file
1313
;; "racket/private/for-yourpackage.rkt" which exports the necessary
14-
;; definitions. See "racket/private/for-compatability-lib.rkt" for an example.
14+
;; definitions. See "racket/private/for-compatibility-lib.rkt" for an example.
1515

1616
(require (for-syntax racket/base
1717
syntax/kerncase

racket/collects/racket/private/stream-cons.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
;; consider whether a public API is appropriate, or if a currently-private
3232
;; API should be made public. If not, then make a new file
3333
;; "racket/private/for-yourpackage.rkt" which exports the necessary
34-
;; definitions. See "racket/private/for-compatability-lib.rkt" for an example.
34+
;; definitions. See "racket/private/for-compatibility-lib.rkt" for an example.
3535

3636
(require (prefix-in for: racket/private/for))
3737

racket/collects/racket/private/this-expression-source-directory.rkt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
;; it. This means any backwards-incompatible API changes need coordination.
66
;; The following packages are known to use this module:
77
;;
8-
;; - compatability-lib
8+
;; - compatibility-lib
99
;; - planet-lib
1010
;;
1111
;; Please try not to add more packages which require this file. Instead,
1212
;; consider whether a public API is appropriate, or if a currently-private
1313
;; API should be made public. If not, then make a new file
1414
;; "racket/private/for-yourpackage.rkt" which exports the necessary
15-
;; definitions. See "racket/private/for-compatability-lib.rkt" for an example.
15+
;; definitions. See "racket/private/for-compatibility-lib.rkt" for an example.
1616

1717
(require (for-syntax racket/base
1818
setup/collects

racket/collects/racket/private/unit-compiletime.rkt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#lang racket/base
22

33
;;----------------------------------------------------------------------
4-
;; Internals needed by the `compatability` package; used to implement
4+
;; Internals needed by the `compatibility` package; used to implement
55
;; `mzlib/a-signature`
66
;;
7-
;; Note that this module only semi-private, in the sense that `compatability-lib`
8-
;; lives in another repository. This means any backwards-compatable API
7+
;; Note that this module only semi-private, in the sense that `compatibility-lib`
8+
;; lives in another repository. This means any backwards-compatible API
99
;; changes need coordination. Try to avoid adding new exports to this file;
1010
;; instead, consider whether a public API is appropriate.
1111

0 commit comments

Comments
 (0)