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

Fix 22 typos found by codespell #4530

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yarikoptic
Copy link

Got to this project while looking at https://community.home-assistant.io/t/smart-oil-guage/284282/17 ... thought to contribute https://github.com/codespell-project/codespell action/config as I usually do but it would need more work, so decided to quickly at least provide fixes to some common typos it found:

Here are typos with their counts and introduced fix:

  1 autmatically ==> automatically
  1 commited ==> committed
  1 currenlty ==> currently
  1 dependecies ==> dependencies
  1 referrenced ==> referenced
  1 signleton ==> singleton
  1 somwhere ==> somewhere
  1 specied ==> specified
  1 specifiy ==> specify
  1 statment ==> statement
  1 successfuly ==> successfully
  1 unavaiable ==> unavailable
  2 ellapsed ==> elapsed
  3 arrray ==> array
  3 compatability ==> compatibility
  3 defintion ==> definition
  4 compability ==> compatibility
  4 mesage ==> message
  4 notifiction ==> notification
  5 re-use ==> reuse
  6 doesnt ==> does not
  6 non-existant ==> non-existent

Let's see if some changes (e.g. adding space to path ;)) break the tests

Checklist

  • I have read the contribution guidelines
  • For non-bugfix PRs, I have discussed this change on the forum/slack team.
  • I have run npm run test to verify the unit tests pass
  • I have added suitable unit tests to cover the new/changed functionality

feel welcome to close/drop if don't see the need etc... or feel welcome to pickup and finish up...

Here are typos with their counts and introduced fix:

      1 autmatically ==> automatically
      1 commited ==> committed
      1 currenlty ==> currently
      1 dependecies ==> dependencies
      1 referrenced ==> referenced
      1 signleton ==> singleton
      1 somwhere ==> somewhere
      1 specied ==> specified
      1 specifiy ==> specify
      1 statment ==> statement
      1 successfuly ==> successfully
      1 unavaiable ==> unavailable
      2 ellapsed ==> elapsed
      3 arrray ==> array
      3 compatability ==> compatibility
      3 defintion ==> definition
      4 compability ==> compatibility
      4 mesage ==> message
      4 notifiction ==> notification
      5 re-use ==> reuse
      6 doesnt ==> does not
      6 non-existant ==> non-existent
Copy link

linux-foundation-easycla bot commented Jan 15, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: yarikoptic / name: Yaroslav Halchenko (08fcbd4)

@knolleary
Copy link
Member

Hi @yarikoptic

Thanks for this. Some of these have changed keys in message catalogs which is more than just a cosmetic spelling fix so we'll need to review them carefully to ensure they have been made consistently in all places the key is used.

@yarikoptic
Copy link
Author

just tell which one to ignore -- would be easy to rerun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants