Merged
Conversation
In the preceding commits (racket#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 :(
jesboat
added a commit
to jesboat/racket
that referenced
this pull request
Feb 17, 2026
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.
mflatt
pushed a commit
to racket/racket
that referenced
this pull request
Feb 17, 2026
In #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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 :(