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

Proposed resolution

@xjm: Picasso.

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

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jungle created an issue. See original summary.

jungle’s picture

sja112’s picture

Assigned: Unassigned » sja112
sja112’s picture

Assigned: sja112 » Unassigned
Status: Active » Needs review
FileSize
2.67 KB
ankitsingh0188’s picture

FileSize
44.55 KB
259.13 KB
258.65 KB

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

Good to move to RTBC

mohrerao’s picture

Status: Needs review » Reviewed & tested by the community

Moving to RTBC as per @ankit's comments.

  • xjm committed f72ff0b on 9.1.x
    Issue #3138785 by sja112, ankit.singh: Fix "Picasso" relevant typos in...

  • xjm committed d67e0e8 on 9.0.x
    Issue #3138785 by sja112, ankit.singh: Fix "Picasso" relevant typos in...

  • xjm committed c71eb68 on 8.9.x
    Issue #3138785 by sja112, ankit.singh: Fix "Picasso" relevant typos in...

  • xjm committed 8f8762f on 8.8.x
    Issue #3138785 by sja112, ankit.singh: Fix "Picasso" relevant typos in...
xjm’s picture

Version: 9.1.x-dev » 8.8.x-dev
Status: Reviewed & tested by the community » Fixed

Thanks @ankit.singh for reviewing. No need to attach screenshots of your CLI; in this case, copying and pasting the commands and their output would be sufficient and also more readable.

For future reference, I'd suggest doing grep -ri for these types of issues to make sure there isn't a lowercase (or all-caps, etc.) variant that was missed from the original list. That'ts what I did myself when committing it just now.

Committed to 9.1.x, and cherry-picked to 9.0.x, 8.9.x, and 8.8.x as a patch-eligible cleanup to test data. Thanks!

Status: Fixed » Closed (fixed)

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