Problem/Motivation

These three words are mostly used in *.api.php files and other documentation. They are often together so I have grouped them into this one issue.

Steps to reproduce

Proposed resolution

  1. anothermodule
  2. mydriver - removed from ignore lines
  3. mymodule

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Issue fork drupal-3417675

Command icon 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:

Comments

quietone created an issue. See original summary.

quietone’s picture

Status: Active » Needs review
Issue tags: +cspell error
arunkumark’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new172.18 KB

Verified the MR 6359 is working as expected. The MR updated the spelling for the 3 words(anothermodule, mydriver and mymodule). Tested manually using the grep command. Below command used to test.
grep -nr 'anothermodule'
grep -nr 'mydriver'
grep -nr 'mymodule'

Testing patch

  • longwave committed 451be835 on 11.x
    Issue #3417675 by quietone, arunkumark: Correct mymodule, mydriver and...
longwave’s picture

Status: Reviewed & tested by the community » Fixed

@arunkumark posting screenshots of terminals is not required, it's fine just to copy/paste the output between <code> tags.

Committed 451be83 and pushed to 11.x. Thanks!

Did not backport cleanly to 10.2.x, not sure it is worth the effort.

Status: Fixed » Closed (fixed)

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