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 @@
+      "snafoos",

Proposed resolution

@xjm: I think the standard spelling is "snafus".

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

Comments

jungle created an issue. See original summary.

sja112’s picture

Status: Active » Needs review
StatusFileSize
new704 bytes
kunalgautam’s picture

StatusFileSize
new122.2 KB

#2 patch looks good to me, I checked with grep -r "snafoos" * command and there is no other word after applying the patch.

Good to move to RTBC

maithri shetty’s picture

Status: Needs review » Reviewed & tested by the community

  • xjm committed da2fb10 on 9.1.x
    Issue #3138802 by sja112, kkalashnikov: Fix "snafus" relevant typos in...

  • xjm committed 1abac3f on 9.0.x
    Issue #3138802 by sja112, kkalashnikov: Fix "snafus" relevant typos in...

  • xjm committed a828256 on 8.9.x
    Issue #3138802 by sja112, kkalashnikov: Fix "snafus" relevant typos in...

  • xjm committed 628cef1 on 8.8.x
    Issue #3138802 by sja112, kkalashnikov: Fix "snafus" relevant typos in...
xjm’s picture

Status: Reviewed & tested by the community » Fixed

Thanks @kkalashnikov for reviewing. As mentioned in the other issue, just copy/paste of CLI output is fine. :)

I checked with:
[ibnsina:maintainer | Fri 02:45:20] $ grep -ri "snafoo" *

No results. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.