Skip to content

Commit 951f932

Browse files
committed
Add corrections for all *in->*ing words starting with "J"
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 "J" to contain the scope.
1 parent 09ee35d commit 951f932

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

codespell_lib/data/dictionary.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32463,7 +32463,9 @@ jkd->jdk
3246332463
jodpers->jodhpurs
3246432464
Johanine->Johannine
3246532465
joineable->joinable
32466+
joinin->joining, join in,
3246632467
joinning->joining
32468+
jointin->jointing, joint in,
3246732469
jont->joint
3246832470
jonts->joints
3246932471
jornal->journal
@@ -32486,6 +32488,7 @@ jounaling->journaling
3248632488
jounals->journals
3248732489
jouney->journey
3248832490
jouneys->journeys
32491+
journeyin->journeying, journey in,
3248932492
journied->journeyed
3249032493
journies->journeys
3249132494
journing->journeying
@@ -32511,6 +32514,7 @@ juli->July
3251132514
jumo->jump
3251232515
jumoed->jumped
3251332516
jumpimng->jumping
32517+
jumpin->jumping, jump in,
3251432518
jumpt->jumped, jump,
3251532519
juni->June
3251632520
jupyther->Jupyter
@@ -32553,6 +32557,7 @@ justifcations->justifications
3255332557
justifed->justified
3255432558
justifes->justifies, justices,
3255532559
justifing->justifying
32560+
justifyin->justifying, justify in,
3255632561
justs->just
3255732562
juxt->just
3255832563
juxtification->justification

0 commit comments

Comments
 (0)