client9 / misspell

Correct commonly misspelled English words in source files
MIT License
1.35k stars 114 forks source link

False positive: "keychan" is a misspelling of "keychain" #106

Open kpcyrd opened 7 years ago

kpcyrd commented 7 years ago

Spoiler: this is probably difficult to implement :)

keychan is a "key channel". You could try to detect if:

and suppress the error if that actually works.