Skip to content

fix: correct typos in comments and doc strings - #291

Open
maxtaran2010 wants to merge 1 commit into
eyre-rs:masterfrom
maxtaran2010:fix/typos-in-comments-and-docs
Open

fix: correct typos in comments and doc strings#291
maxtaran2010 wants to merge 1 commit into
eyre-rs:masterfrom
maxtaran2010:fix/typos-in-comments-and-docs

Conversation

@maxtaran2010

Copy link
Copy Markdown

Fix spelling errors found by codespell across eyre and color-eyre.

Changes

File Typo Fix
eyre/src/error.rs implementor implementer
eyre/src/error.rs coersion coercion
eyre/src/lib.rs wasnt (x2) wasn't
color-eyre/src/config.rs enviroment varible environment variable
color-eyre/src/fmt.rs complext complex
color-eyre/src/lib.rs noticably noticeably
color-eyre/tests/bt_disabled.rs occured occurred
color-eyre/tests/bt_enabled.rs occured occurred
color-eyre/tests/location_disabled.rs occured occurred
color-eyre/tests/theme.rs failes fails

All changes are in comments, doc strings, and string literals — no logic is affected.

Fix spelling errors found by codespell across eyre and color-eyre:
- implementor -> implementer (eyre/src/error.rs)
- coersion -> coercion (eyre/src/error.rs)
- wasnt -> wasn't (eyre/src/lib.rs, x2)
- enviroment varible -> environment variable (color-eyre/src/config.rs)
- complext -> complex (color-eyre/src/fmt.rs)
- noticably -> noticeably (color-eyre/src/lib.rs)
- occured -> occurred (color-eyre/tests/bt_disabled.rs, bt_enabled.rs, location_disabled.rs)
- failes -> fails (color-eyre/tests/theme.rs)
Copilot AI review requested due to automatic review settings July 9, 2026 21:34

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@pksunkara
pksunkara enabled auto-merge (squash) July 10, 2026 08:10
@phil-opp

phil-opp commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

@pksunkara Just as a heads up: The Test Suite (macOS-latest) is failing, so the auto-merge won't work. The failed test is test_error_backwards_compatibility. It seems unrelated to this PR though.

edit: fix in #295

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.

4 participants