Problem/Motivation
Fix spelling of words only misspelled in tests, part 2
I found these words by applying #3379121: Skip spellcheck for 20 nonsense words that are parts of hashes and #3328741: Add a dictionary for Drupal-specific words and then searching core test for the words in the dictionary where the word is used in a variable name. And also avoided the more challenging words, like the one that have a 'able' suffix or an 'un prefix.
Steps to reproduce
Proposed resolution
Correct spelling for these words and remove word from dictionary.
- alterjs
- boskoop
- boskop
- drup
- editunblock
- filestorage
- foos
- newstr
- newterm
- projecta
- projectb
- rolename
- sourcedir
- targetdir
- tempfile
- tempuser
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3389286
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3389286-fix-spelling-of
changes, plain diff MR !4862
Comments
Comment #2
quietone commentedComment #4
quietone commentedComment #5
quietone commentedComment #6
quietone commentedComment #7
quietone commentedComment #8
smustgrave commented"ditka_bears_node" clearly someone was a Chicago bears fan.
Read the changes and they make sense.
Comment #11
xjmReviewed locally with
git diff --color-wordsto ensure all the changes were correct spelling fixes. I also checked each changed word against the removals from the dictionary (which is important for these variable renames because we could introduce dead code or things testing what they're not meant to test if we missed an instance).Committed to 11.x and cherry-picked to 10.1.x. Thanks!
Comment #13
xjmThis issue didn't credit me, so making a new comment per DA request for debugging.