...and the fixes IMO are wrong.
In 6d2a4aa many fixes have been made that don't make sense. When codespell is run in autocorrect mode (codespell -q 3 -w) codespell will use the first word entry as the solution. For this reason, this first recommended fix should be the highest likely typo that is being made here. Example:
What in your opinion, looking at a QWERTY keyboard, was the intended word the user was trying to write?
alwas->always, alias,
alwas->alias, always,
it's obviously always, right?
Now, there are many times when this is open to interpretation. But the above example is the highest probability.
...and the fixes IMO are wrong.
In 6d2a4aa many fixes have been made that don't make sense. When codespell is run in autocorrect mode (
codespell -q 3 -w) codespell will use the first word entry as the solution. For this reason, this first recommended fix should be the highest likely typo that is being made here. Example:What in your opinion, looking at a QWERTY keyboard, was the intended word the user was trying to write?
alwas->always, alias,
alwas->alias, always,
it's obviously
always, right?Now, there are many times when this is open to interpretation. But the above example is the highest probability.