-
Notifications
You must be signed in to change notification settings - Fork 475
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
Add several spelling corrections and refinements #2447
Conversation
codespell_lib/data/dictionary.txt
Outdated
@@ -807,7 +807,7 @@ addeed->added | |||
addersses->addresses | |||
addert->assert | |||
adderted->asserted | |||
addes->adds, added, | |||
addes->adds, added, address, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also suggest adders
?
addes->adds, added, adders, address,
@@ -1650,6 +1650,7 @@ alocated->allocated | |||
alocates->allocates | |||
alocating->allocating | |||
alocation->allocation | |||
alocations->allocations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also suggest a location
?
alocation->allocation, a location,
codespell_lib/data/dictionary.txt
Outdated
@@ -11679,6 +11688,8 @@ distiction->distinction | |||
distictly->distinctly | |||
distiguish->distinguish | |||
distiguished->distinguished | |||
distination->destination | |||
distinations->destinations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also suggest distinction
?
distination->destination, distinction,
distinations->destinations, distinctions,
distinative->distinctive
@@ -20105,6 +20127,7 @@ loged->logged, lodged, longed, | |||
loger->logger, lodger, longer, | |||
loggging->logging | |||
loggin->login, logging, | |||
logial->logical |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logially->logically
codespell_lib/data/dictionary.txt
Outdated
@@ -23613,6 +23636,7 @@ packaing->packaging | |||
packats->packets | |||
packe->packed, packet, | |||
packege->package | |||
packes->packs, packages, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also suggest packed
?
packes->packs, packed, packages,
poitning->pointing | ||
poitns->points |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
poitless->pointless
poitlessly->pointlessly
@@ -30014,6 +30049,8 @@ signifcant->significant | |||
signifcantly->significantly | |||
signifficant->significant | |||
significanly->significantly | |||
significat->significant | |||
significatly->significantly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
insignificat->insignificant
insignificatly->insignificantly
@@ -33879,6 +33918,7 @@ turtorial->tutorial | |||
turtorials->tutorials | |||
Tuscon->Tucson | |||
tusday->Tuesday | |||
tuseday->Tuesday |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
teusday->Tuesday
tuesdsy->Tuesday
@vikivivi added requested mods and rebased. Please re-review, TIA! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.