Skip to content
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

Non-critical corrections - September 2023 Edition #823

Closed
epage opened this issue Sep 1, 2023 · 33 comments · Fixed by #844
Closed

Non-critical corrections - September 2023 Edition #823

epage opened this issue Sep 1, 2023 · 33 comments · Fixed by #844
Labels
enhancement Improve the expected

Comments

@epage
Copy link
Collaborator

epage commented Sep 1, 2023

Please list any corrections you noticed typos doesn't fix and we'll roll these up into a single PR, making it lighter weight for adding new corrections.

@epage epage added the enhancement Improve the expected label Sep 1, 2023
@epage epage pinned this issue Sep 1, 2023
@m417z
Copy link

m417z commented Sep 1, 2023

Missing corrections:

builr -> build
convenions -> conventions
messqage -> message

Wrong corrections:

intercection -> interception // the correct word was intersection
appliable -> applicable // appliable was the correct word

@jrosdahl
Copy link

jrosdahl commented Sep 4, 2023

failes -> fails, failed (not just fails)

@WalkerGriggs
Copy link

A few I picked up recently

concatincate -> concatenate
interleiive -> interleave
interleive -> interleave
transcdig -> transcoding
trasncoding -> transcoding
usses -> uses

@szepeviktor
Copy link
Contributor

szepeviktor commented Sep 7, 2023

recuse -> recurse
busses -> buses
offaet -> offset
descandant -> descendant
contnet -> content

@mo8it
Copy link

mo8it commented Sep 8, 2023

opionated -> opinionated
importantely -> importantly
stads -> stats, stands

@not-my-profile
Copy link
Contributor

not-my-profile commented Sep 8, 2023

impleiment -> implement
appaer -> appear
appaers -> appears
appaered -> appeared
povided -> provided

@SOF3
Copy link

SOF3 commented Sep 9, 2023

treaeted -> treated

@ldirer
Copy link

ldirer commented Sep 11, 2023

keeo -> keep

@phip1611
Copy link
Contributor

Hypevisor -> Hypervisor

@jplatte
Copy link
Contributor

jplatte commented Sep 14, 2023

negligeable -> negligible

@SOF3
Copy link

SOF3 commented Sep 15, 2023

fedreated -> federated

@cmdcolin
Copy link

potential wrong correction: typos currently changes

alinging ->alining

update to

alinging -> aligning

@dupgit
Copy link
Contributor

dupgit commented Sep 18, 2023

New typo for verbose:

verboce -> verbose

@adamchalmers
Copy link

interleaed -> interleaved

@WalkerGriggs
Copy link

WalkerGriggs commented Sep 18, 2023

rendtion -> rendition
renditioon -> rendition

@jgillard
Copy link

extenally -> externally
intenally -> internally

@epage
Copy link
Collaborator Author

epage commented Sep 20, 2023

From rust-lang/cargo#12714

unknowningly -> unknowingly
unecrypted -> unencrypted
registres -> registries, registers

@jrosdahl

This comment was marked as resolved.

@epage

This comment was marked as resolved.

@jrosdahl
Copy link

assued -> assumed

@cbachhuber
Copy link

preinted -> printed

@Delgan
Copy link
Contributor

Delgan commented Sep 24, 2023

usefull -> useful

I've seen this correction suggested multiple times (#737 (comment), #733 (comment), #784 (comment)) but it doesn't seem to be detected by typos. I don't understand why. It's a very common mistake, and it's not a valid word as far as I know.

Is it purposefully excluded?

@szepeviktor
Copy link
Contributor

it doesn't seem to be detected

You can add it yourself.

[default.extend-words]
"usefull" = "useful"

@hofbi
Copy link

hofbi commented Sep 25, 2023

driveable -> drivable

@cuishuang
Copy link

becuase -> because

overriden -> overridden

@poljar
Copy link

poljar commented Sep 28, 2023

decrytpion -> decryption

@jplatte
Copy link
Contributor

jplatte commented Sep 28, 2023

eitehr -> either

@cbachhuber
Copy link

voilations -> violations

@jrosdahl
Copy link

jrosdahl commented Sep 29, 2023

aswell -> as well
atleast -> at least
buildnings -> buildings
buldning -> building
detceting -> detecting
detcetion -> detection
detcetions -> detections
follder -> folder
gerate -> generate
gerated -> generated
gerates -> generates
geration -> generation
probabilties -> probabilities
segemnet -> segment
segemnted -> segmented
sequantial -> sequential
statistct -> statistic, statistics
thershold -> threshold

@tekumara
Copy link
Contributor

tere->there, here

@SOF3
Copy link

SOF3 commented Oct 2, 2023

aggregatted -> aggregated

@epage epage unpinned this issue Oct 2, 2023
@epage
Copy link
Collaborator Author

epage commented Oct 2, 2023

usefull -> useful

I've seen this correction suggested multiple times (#737 (comment), #733 (comment), #784 (comment)) but it doesn't seem to be detected by typos. I don't understand why. It's a very common mistake, and it's not a valid word as far as I know.

Is it purposefully excluded?

The problem was we had this typo dating back to the original typo list we had and we have code to prevent adding a "typo" as a correction.

@shirayu
Copy link
Contributor

shirayu commented Oct 2, 2023

Repost of #842

sumnail -> thumbnail
thumnail- -> thumbnail

epage added a commit to epage/typos that referenced this issue Oct 2, 2023
- The correction to `usefull` and `becuase` has existed from the initial implementation,
  as far as I could tell.
- `busses` is a valid variation of `buses`
- Had to put in a hack so that `aligning` would be preferred over
  `alining` because of how the preference algorithm works

Fixes crate-ci#823
epage added a commit to epage/typos that referenced this issue Oct 2, 2023
- The correction to `usefull` and `becuase` has existed from the initial implementation,
  as far as I could tell.
- `busses` is a valid variation of `buses`
- Had to put in a hack so that `aligning` would be preferred over
  `alining` because of how the preference algorithm works

Fixes crate-ci#823
epage added a commit to epage/typos that referenced this issue Oct 2, 2023
- The correction to `usefull` and `becuase` has existed from the initial implementation,
  as far as I could tell.
- `busses` is a valid variation of `buses`
- Had to put in a hack so that `aligning` would be preferred over
  `alining` because of how the preference algorithm works

Fixes crate-ci#823
@epage epage closed this as completed in #844 Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve the expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.