-
Notifications
You must be signed in to change notification settings - Fork 480
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
Several new suggestions #3621
base: main
Are you sure you want to change the base?
Several new suggestions #3621
Conversation
4a66370
to
6e666d6
Compare
0614191
to
26ad5fb
Compare
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.
One more.
codespell_lib/data/dictionary.txt
Outdated
@@ -45145,6 +45157,7 @@ pre-proces->pre-process | |||
pre-procesing->pre-processing | |||
pre-realease->pre-release | |||
pre-registeres->pre-registers | |||
pre-selected->preselected |
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.
I'm not sure about this one. Let those who insist on pre-select
use it?
I checked the dictionnaries, non proposes pre-select, some find 'preselect':
IMHO the approach is that the dictionnaries are the references. |
@@ -17789,6 +17794,7 @@ counry->country, county, | |||
counsellin->counselling | |||
counsil->counsel | |||
counsils->counsels | |||
counstructor->constructor |
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.
Plural:
counstructor->constructor | |
counstructor->constructor | |
counstructors->constructors |
codespell_lib/data/dictionary.txt
Outdated
@@ -31873,6 +31881,9 @@ impplement->implement | |||
impplementating->implementing | |||
impplementation->implementation | |||
impplemented->implemented | |||
impprove->improve | |||
impproved->improved |
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.
impproved->improved | |
impproved->improved | |
impproves->improves | |
impproving->improving |
codespell_lib/data/dictionary.txt
Outdated
@@ -31873,6 +31881,9 @@ impplement->implement | |||
impplementating->implementing | |||
impplementation->implementation | |||
impplemented->implemented | |||
impprove->improve | |||
impproved->improved | |||
impprovement->improvement |
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.
Plural:
impprovement->improvement | |
impprovement->improvement | |
impprovements->improvements |
codespell_lib/data/dictionary.txt
Outdated
@@ -60227,7 +60242,8 @@ tryin->trying, try in, | |||
tryinng->trying | |||
trys->tries | |||
tryying->trying | |||
ttests->tests | |||
ttempt->attempt, tempt, |
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.
All verbal forms?
ttempt->attempt, tempt, | |
ttempt->attempt, tempt, | |
ttempted->attempted, tempted, | |
ttempting->attempting, tempting, | |
ttempts->attempts, tempts, |
codespell_lib/data/dictionary.txt
Outdated
@@ -60227,7 +60242,8 @@ tryin->trying, try in, | |||
tryinng->trying | |||
trys->tries | |||
tryying->trying | |||
ttests->tests | |||
ttempt->attempt, tempt, | |||
ttests->tests, attests, |
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.
All verbal forms?
ttests->tests, attests, | |
ttest->test, attest, | |
ttested->tested, attested, | |
ttesting->testing, attesting, | |
ttests->tests, attests, |
codespell_lib/data/dictionary.txt
Outdated
@@ -63216,6 +63232,7 @@ warantee->warranty | |||
waranties->warranties | |||
waranty->warranty | |||
wardobe->wardrobe | |||
warehosue->warehouse |
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.
Plural:
warehosue->warehouse | |
warehosue->warehouse | |
warehosues->warehouses |
Dictionaries usually lack compound words. However, I agree that since |
6f856aa
to
0fa67bd
Compare
Add suggestion by @TheGiraffe3 and another one in the same spirit.
for more information, see https://pre-commit.ci
Suggestion by @TheGiraffe3
for more information, see https://pre-commit.ci
75e252c
to
27f3cf4
Compare
Here a several new suggestions gathered over the past few months.