Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: the misspelling "auxillary" is in the en_us dictionary. #3295

Closed
1 task done
XiaoP76 opened this issue Jun 17, 2024 · 0 comments · Fixed by #3296
Closed
1 task done

[Bug]: the misspelling "auxillary" is in the en_us dictionary. #3295

XiaoP76 opened this issue Jun 17, 2024 · 0 comments · Fixed by #3296

Comments

@XiaoP76
Copy link

XiaoP76 commented Jun 17, 2024

Kind of Issue

Runtime - command-line tools

Tool or Library

cspell

Version

8.8.4

Supporting Library

Not sure / None

OS

Windows

OS Version

11

Description

The typo "Auxillary" seems to be not found.
It is reported only after I add it to "flagWords".

Steps to Reproduce

Create a java file with the content:

package p;
public final class AuxBug
{
    // Auxillary character array.
    private static final char[] HEX_CHARS = "0123456789ABCDEF".toCharArray();
}

and run

cspell "*.java" -c cspell.json

You get
d:\c>cspell "*.java" -c cspell.json
1/1 .\AuxBug.java 274.39ms
CSpell: Files checked: 1, Issues found: 0 in 0 files.

Expected Behavior

That the typo "Auxillary" is reported.

Additional Information

No response

cspell.json

{
   "version": "0.2",
   "language": "en",
   "import": ["@cspell/dict-en-common-misspellings/cspell-ext.json"],
   "dictionaries:" : ["en_us", "en-common-misspellings"],
   //"flagWords": ["auxillary"],
   "languageSettings": [ { "languageId": "java" } ],
   "allowCompoundWords": true,
   "enableFiletypes": [ "java" ]
}

cspell.config.yaml

No response

Example Repository

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Jason3S Jason3S transferred this issue from streetsidesoftware/cspell Jun 17, 2024
@Jason3S Jason3S changed the title [Bug]: "auxillary" is not found [Bug]: the misspelling "auxillary" is in the en_us dictionary. Jun 17, 2024
Jason3S added a commit that referenced this issue Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants