- Code: Select all
// There is a misspelling here: "ghuyt"
char *powq = "Another misspelling: nhswr";
The misspellings in the comment and string should be found, but "powq", the variable name, should not be tagged as a misspelling. But it is. This was a bug back in version 11 or so, that was fixed in version 13. Any chance for another fix? Spell checking a source code file is pretty useless if it flags all my variables and functions as misspelled...
Exact build I am using: 17.10.0.1008


