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 @@
+ "Monocerus",
...
+ "moncerus",
+ "monocerus",
Proposed resolution
@xjm: Should be "Monoceros". A lot of variations of that one...
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 |
|---|---|---|---|
| #8 | Screenshot 2020-05-28 at 11.44.08 PM.png | 228.77 KB | mohrerao |
| #5 | interdiff-3138775-4-5.txt | 1.55 KB | sja112 |
| #5 | 3138775-5.patch | 1.99 KB | sja112 |
Comments
Comment #2
jungleComment #3
ramya balasubramanian commentedComment #4
sja112 commentedComment #5
sja112 commentedRe-uploading patch.
There was some additional change.
Comment #6
ramya balasubramanian commentedHi @sja112,
Please add a comment before assigning this ticket to yourself. Once the ticket is assigned to someone, give atleast one day to work on that. Please don't change the assignee.
Comment #7
sja112 commented@ramya-balasubramanian,
Sorry if you worked on this issue. I was already working on it forgot to assign it to myself.
Thanks for the suggestion I will make note of it and try to not repeat the same.
Comment #8
mohrerao commentedChecked for occurrence of Monocerus, moncerus and monocerus and found none.

Comment #13
xjmThanks everyone!
@mohrerao, thanks for checking with grep; that's helpful and specific review information -- definitely valuable to me as a committer. In the future, I'd suggest just copying and pasting the CLI text rather than creating a screenshot. (Easier to read that way, and it'll avoid a kneejerk response of uncrediting a screenshot of CLI output, since we get those all the time for things where it isn't helpful like applying a patch.)
Committed to 9.1.x, and cherry-picked to 9.0.x, 8.9.x, and 8.8.x as a patch-eligible fix to test data. Thanks!