Skip to content

Fix obvious spelling errors#6506

Merged
blackboxsw merged 1 commit into
canonical:mainfrom
ottok:fix-misc-typos
Oct 21, 2025
Merged

Fix obvious spelling errors#6506
blackboxsw merged 1 commit into
canonical:mainfrom
ottok:fix-misc-typos

Conversation

@ottok
Copy link
Copy Markdown
Contributor

@ottok ottok commented Oct 12, 2025

  • I have signed the CLA: https://ubuntu.com/legal/contributors
  • I have included a comprehensive commit message using the guide below
  • I have kept the change small, avoiding unnecessary whitespace or non-functional changes.

Proposed Commit Message

Commit message is following Conventional Commits style.

Additional Context

This is a #hacktoberfest contribution.

Test Steps

$ tox -e py3
...
TOTAL                                                          32892   6345  12150   1586    78%
========================================= 5304 passed, 8 skipped, 1 deselected, 13 xfailed, 2 xpassed, 22 warnings in 169.16s (0:02:49) ==========================================
  py3: OK (178.66=setup[0.05]+cmd[178.61] seconds)
  congratulations :) (178.77 seconds)

Merge type

  • Rebase and merge unique commits. Requires commit messages per-commit each referencing the pull request number (#<PR_NUM>)

Review tips

If reviewing locally, use git log -p --word-diff=plain to get the changed words to stand out better, or if using gitk, select Color words mode:

image

@github-actions github-actions Bot added the documentation This Pull Request changes documentation label Oct 12, 2025
@ottok ottok changed the title fix: Fix obvious spelling errors Fix obvious spelling errors Oct 12, 2025
ottok added a commit to ottok/cloud-init that referenced this pull request Oct 12, 2025
Correct various spelling errors across documentation, comments, and code
to improve readability and maintain consistency. These typos were
identified by running:

    codespell --write-changes --check-filenames --check-hidden *

This includes the following corrections:

- absense -> absence
- adresses -> addresses
- alot -> a lot
- appropiate -> appropriate
- astrisk -> asterisk
- atleast -> at least
- atttributes -> attributes
- begining -> beginning
- bootup -> boot up
- configuraiton -> configuration
- Coverts -> Converts
- defition -> definition
- delimeted -> delimited
- directoty -> directory
- exis -> exist
- existance -> existence
- Exepected -> Expected
- exeption -> exception
- formated -> formatted
- (I|i)ncase -> in case
- indepedent -> independent
- intefaces -> interfaces
- invididual -> individual
- involes -> involves
- maching -> matching
- Niether -> Neither
- non-existance -> non-existence
- non-existant -> non-existent
- Nothin -> Nothing
- occured -> occurred
- outputing -> outputting
- overriden -> overridden
- parms -> params
- perferred -> preferred
- porpose -> purpose
- precendence -> precedence
- preferrable -> preferable
- removeing -> removing
- representd -> represented
- resilent -> resilient
- setted -> set
- soures -> sources
- sript -> script
- teh -> the
- thats -> that's
- Theses -> These
- varables -> variables
- Verifiy -> Verify
- wit -> with
Copy link
Copy Markdown
Collaborator

@blackboxsw blackboxsw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again @ottok for the contributions. Please sign the CLA and we'll get these changes landed right away. https://canonical.com/legal/contributors/agreement

ottok added a commit to ottok/cloud-init that referenced this pull request Oct 16, 2025
Correct various spelling errors across documentation, comments, and code
to improve readability and maintain consistency. These typos were
identified by running:

    codespell --write-changes --check-filenames --check-hidden *

This includes the following corrections:

- absense -> absence
- adresses -> addresses
- alot -> a lot
- appropiate -> appropriate
- astrisk -> asterisk
- atleast -> at least
- atttributes -> attributes
- begining -> beginning
- bootup -> boot up
- configuraiton -> configuration
- Coverts -> Converts
- defition -> definition
- delimeted -> delimited
- directoty -> directory
- exis -> exist
- existance -> existence
- Exepected -> Expected
- exeption -> exception
- formated -> formatted
- (I|i)ncase -> in case
- indepedent -> independent
- intefaces -> interfaces
- invididual -> individual
- involes -> involves
- maching -> matching
- Niether -> Neither
- non-existance -> non-existence
- non-existant -> non-existent
- Nothin -> Nothing
- occured -> occurred
- outputing -> outputting
- overriden -> overridden
- parms -> params
- perferred -> preferred
- porpose -> purpose
- precendence -> precedence
- preferrable -> preferable
- removeing -> removing
- representd -> represented
- resilent -> resilient
- setted -> set
- soures -> sources
- sript -> script
- teh -> the
- thats -> that's
- Theses -> These
- varables -> variables
- Verifiy -> Verify
- wit -> with
Copy link
Copy Markdown
Collaborator

@blackboxsw blackboxsw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ottok for the updates here. There were minor nits to sort for line length. Otherwise +1
https://github.com/canonical/cloud-init/actions/runs/18577260248/job/53027482585?pr=6506

Correct various spelling errors across documentation, comments, and code
to improve readability and maintain consistency. These typos were
identified by running:

    codespell --write-changes --check-filenames --check-hidden *

This includes the following corrections:

- absense -> absence
- adresses -> addresses
- alot -> a lot
- appropiate -> appropriate
- astrisk -> asterisk
- atleast -> at least
- atttributes -> attributes
- begining -> beginning
- bootup -> boot up
- configuraiton -> configuration
- Coverts -> Converts
- defition -> definition
- delimeted -> delimited
- directoty -> directory
- exis -> exist
- existance -> existence
- Exepected -> Expected
- exeption -> exception
- formated -> formatted
- (I|i)ncase -> in case
- indepedent -> independent
- intefaces -> interfaces
- invididual -> individual
- involes -> involves
- maching -> matching
- Niether -> Neither
- non-existance -> non-existence
- non-existant -> non-existent
- Nothin -> Nothing
- occured -> occurred
- outputing -> outputting
- overriden -> overridden
- parms -> params
- perferred -> preferred
- porpose -> purpose
- precendence -> precedence
- preferrable -> preferable
- removeing -> removing
- representd -> represented
- resilent -> resilient
- setted -> set
- soures -> sources
- sript -> script
- teh -> the
- thats -> that's
- Theses -> These
- varables -> variables
- Verifiy -> Verify
- wit -> with

Additionally, re-flow some lines for the `ruff check` to not fail on
too long lines.
@ottok
Copy link
Copy Markdown
Contributor Author

ottok commented Oct 17, 2025

Fixed ruff check for the lines that were 1 char over max length, and rebased on latest main.

Copy link
Copy Markdown
Collaborator

@blackboxsw blackboxsw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it! Thanks @ottok

@blackboxsw blackboxsw merged commit 7b70ce1 into canonical:main Oct 21, 2025
21 checks passed
@ottok
Copy link
Copy Markdown
Contributor Author

ottok commented Oct 21, 2025

Thanks for merging this and #6505! Any idea why nobody has commented #6507? It is 10 days since I submitted it.

@ottok
Copy link
Copy Markdown
Contributor Author

ottok commented Oct 21, 2025

Please add the label hacktoberfest-accepted to this Pull Request. Canonical/cloud-init is a participating organization in https://hacktoberfest.com/ and an implied promise to use these labels that Hacktoberfest organizers uses for tracking.

blackboxsw pushed a commit to blackboxsw/cloud-init that referenced this pull request Dec 12, 2025
Correct various spelling errors across documentation, comments, and code
to improve readability and maintain consistency. These typos were
identified by running:

    codespell --write-changes --check-filenames --check-hidden *

This includes the following corrections:

- absense -> absence
- adresses -> addresses
- alot -> a lot
- appropiate -> appropriate
- astrisk -> asterisk
- atleast -> at least
- atttributes -> attributes
- begining -> beginning
- bootup -> boot up
- configuraiton -> configuration
- Coverts -> Converts
- defition -> definition
- delimeted -> delimited
- directoty -> directory
- exis -> exist
- existance -> existence
- Exepected -> Expected
- exeption -> exception
- formated -> formatted
- (I|i)ncase -> in case
- indepedent -> independent
- intefaces -> interfaces
- invididual -> individual
- involes -> involves
- maching -> matching
- Niether -> Neither
- non-existance -> non-existence
- non-existant -> non-existent
- Nothin -> Nothing
- occured -> occurred
- outputing -> outputting
- overriden -> overridden
- parms -> params
- perferred -> preferred
- porpose -> purpose
- precendence -> precedence
- preferrable -> preferable
- removeing -> removing
- representd -> represented
- resilent -> resilient
- setted -> set
- soures -> sources
- sript -> script
- teh -> the
- thats -> that's
- Theses -> These
- varables -> variables
- Verifiy -> Verify
- wit -> with

Additionally, re-flow some lines for the `ruff check` to not fail on
too long lines.
holmanb pushed a commit that referenced this pull request Dec 18, 2025
Correct various spelling errors across documentation, comments, and code
to improve readability and maintain consistency. These typos were
identified by running:

    codespell --write-changes --check-filenames --check-hidden *

This includes the following corrections:

- absense -> absence
- adresses -> addresses
- alot -> a lot
- appropiate -> appropriate
- astrisk -> asterisk
- atleast -> at least
- atttributes -> attributes
- begining -> beginning
- bootup -> boot up
- configuraiton -> configuration
- Coverts -> Converts
- defition -> definition
- delimeted -> delimited
- directoty -> directory
- exis -> exist
- existance -> existence
- Exepected -> Expected
- exeption -> exception
- formated -> formatted
- (I|i)ncase -> in case
- indepedent -> independent
- intefaces -> interfaces
- invididual -> individual
- involes -> involves
- maching -> matching
- Niether -> Neither
- non-existance -> non-existence
- non-existant -> non-existent
- Nothin -> Nothing
- occured -> occurred
- outputing -> outputting
- overriden -> overridden
- parms -> params
- perferred -> preferred
- porpose -> purpose
- precendence -> precedence
- preferrable -> preferable
- removeing -> removing
- representd -> represented
- resilent -> resilient
- setted -> set
- soures -> sources
- sript -> script
- teh -> the
- thats -> that's
- Theses -> These
- varables -> variables
- Verifiy -> Verify
- wit -> with

Additionally, re-flow some lines for the `ruff check` to not fail on
too long lines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation This Pull Request changes documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants