Problem/Motivation
Discovered at #2972224: Add .cspell.json to automate spellchecking in Drupal core, and pointed by @xjm in https://www.drupal.org/project/drupal/issues/3122088#comment-13628724
+++ b/core/.cspell.json
@@ -0,0 +1,1288 @@
+ "compatibilty",
+ "compatiblity",
Proposed resolution
@xjm: compatibility.
As title and see the change record https://www.drupal.org/node/3122084 for how to work with cspell.
Remaining tasks
Pick out all applicable words from #2972224: Add .cspell.json to automate spellchecking in Drupal core and fix them.
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | 3138792-12-8.8.x.patch | 539 bytes | sja112 |
| #3 | 3138792-3.patch | 1.22 KB | sja112 |
Comments
Comment #2
sja112 commentedComment #3
sja112 commentedComment #4
dwwConfirmed these are the only two (remaining) instances of either of the misspellings mentioned in the summary.
Bot is basically happy. There's a false-positive CS complaint:
but that's not a real problem.
The generated
core/misc/jquery.cookie.shim.jsfile has no comments, so the typo is not present there and we don't want/need to touch that file with this patch.Therefore, RTBC. :)
Thanks,
-Derek
p.s. I was fairly certain some of my typos would be in this issue when I saw it on the list, but I guess we already fixed those in other places like #3138671: Fix "incompatitable" typos in core. /shrug
Comment #8
xjmCommitted to 9.1.x, and backported to 9.0.x, 8.9.x, and 8.8.x as a patch-eligible documentation bugfix. Thanks!
Comment #9
xjmScratch that last bit; it doesn't cherry-pick cleanly to 8.8.x. Can we get a backport? It might just be one of the two lines.
Comment #10
xjmComment #11
sja112 commentedComment #12
sja112 commentedPatch for 8.8 branch.
Comment #13
maithri shetty commentedComment #15
xjmCommitted the backport to 8.8.x. Thanks!
Comment #16
xjm