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 @@
+ "Nouriture",
Proposed resolution
@xjm: French is "Nourriture" (two Rs). So this is a case of it being a word in another language yet still misspelled. :) I confirmed it's supposed to be French where it's used in tests.
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 |
|---|---|---|---|
| #3 | before_patch.png | 224.54 KB | ankitsingh0188 |
| #3 | after_patch_1.png | 222.25 KB | ankitsingh0188 |
| #3 | after_patch.png | 62.46 KB | ankitsingh0188 |
| #2 | 3138778-2.patch | 2.63 KB | sja112 |
Comments
Comment #2
sja112 commentedComment #3
ankitsingh0188Patch applied successfully.



Looks good to me. Good to move it to RTBC +1
Comment #4
sivaji_ganesh_jojodae commentedThe patch applies cleanly and changes the typo as expected.
Comment #7
catch@ankit.singh there's no need to post screenshots of the patch applying to the issue, DrupalCI verifies that already.
Committed/pushed to 9.1.x and cherry-picked back to 8.9.x, thanks!