Skip to content

Commit

Permalink
Add corrections for all *in->*ing words starting with "K"
Browse files Browse the repository at this point in the history
In my experience and in my personal projects, a common mistake is to write an
"*ing" word (e.g. jumping) without the final "g" (e.g. jumpin).

Using a quick and dirty script, for every *ing word in the dictionary, there is
now a correction when it is missing a final "g". If the word without a final
"g" appeared in the aspell dictionary, it was excluded.

This changes only contains words starting with the letter
"K" to contain the scope.
  • Loading branch information
jdufresne authored and DimitriPapadopoulos committed Feb 26, 2024
1 parent 096398c commit 26a30bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions codespell_lib/data/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33333,10 +33333,12 @@ kalidescopes->kaleidoscopes
karisma->charisma
karismatic->charismatic
karismatically->charismatically
kayakin->kayaking, kayak in,
kazakstan->Kazakhstan
keboard->keyboard
keboards->keyboards
keep-alives->keep-alive
keepin->keeping, keep in,
keept->kept
keesh->quiche
kenel->kernel, kennel,
Expand Down Expand Up @@ -33408,6 +33410,7 @@ kidknapper->kidnapper
kidknappers->kidnappers
kidknapping->kidnapping
kidknaps->kidnaps
kidnappin->kidnapping
kighbosh->kibosh
kighboshed->kiboshed
kighboshes->kiboshes
Expand Down Expand Up @@ -33442,13 +33445,15 @@ knarled->gnarled
knarling->gnarling
knarls->gnarls
knarly->gnarly
kneadin->kneading, knead in,
knive->knife
kno->know
knockous->noxious
knockously->noxiously
knoing->knowing
knoledge->knowledge
knoledgeable->knowledgeable
knowin->knowing, know in,
knowladge->knowledge
knowladgeable->knowledgeable
knowlage->knowledge
Expand Down

0 comments on commit 26a30bb

Please sign in to comment.