[PR #12475] [MERGED] Fix typos found by codespell #29061

Open
opened 2026-01-31 09:32:32 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12475
Author: @DimitriPapadopoulos
Created: 2/11/2022
Status: Merged
Merged: 2/17/2022
Merged by: @undefined

Base: mainHead: codespell


📝 Commits (4)

  • 991b20c Fix typos found by codespell in documentation
  • b32b33e Fix typos found by codespell in code
  • e96b410 Discard useless exceptions from spell checker
  • f0e75fa Fix repeated word

📊 Changes

42 files changed (+55 additions, -59 deletions)

View changed files

📝 .github/actions/spelling/expect/expect.txt (+0 -4)
📝 doc/Niksa.md (+1 -1)
📝 doc/cascadia/Unittesting-CppWinRT-Xaml.md (+1 -1)
📝 doc/specs/#1790 - Font features and axes-spec.md (+1 -1)
📝 doc/specs/#2871 - Pane Navigation/#2871 - Pane Navigation.md (+1 -1)
📝 doc/specs/#5000 - Process Model 2.0/#1032 - Elevation Quality of Life Improvements.md (+1 -1)
📝 doc/specs/#5000 - Process Model 2.0/#5000 - Process Model 2.0.md (+1 -1)
📝 doc/specs/#6899 - Action IDs/#6899 - Action IDs.md (+1 -1)
📝 doc/specs/#885 - Terminal Settings Model/#885 - Terminal Settings Model.md (+1 -1)
📝 doc/specs/TerminalSettings-spec.md (+1 -1)
📝 doc/specs/drafts/#1256 - Tab tearoff.md (+1 -1)
📝 doc/specs/drafts/#997 Non-Terminal-Panes.md (+1 -1)
📝 samples/ConPTY/MiniTerm/MiniTerm/PseudoConsole.cs (+1 -1)
📝 samples/ReadConsoleInputStream/ReadConsoleInputStream.cs (+2 -2)
📝 src/buffer/out/textBuffer.cpp (+1 -1)
📝 src/cascadia/TerminalApp/TerminalPage.cpp (+2 -2)
📝 src/cascadia/TerminalApp/TerminalTab.cpp (+1 -1)
📝 src/cascadia/TerminalControl/TermControl.cpp (+1 -1)
📝 src/cascadia/TerminalSettingsModel/TerminalSettingsSerializationHelpers.h (+1 -1)
📝 src/cascadia/UnitTests_TerminalCore/ConptyRoundtripTests.cpp (+3 -3)

...and 22 more files

📄 Description

Summary of the Pull Request

Fix typos found by codespell. Some of it in documentation and user-visible text, mostly in code comments. While I understand you might not be interested in fixing code comments, one of the reasons being extra noise in git history, kindly note that most spell checking tools do not discriminate between documentation and code comments. So it's easier to fix everything for long maintenance.

References

PR Checklist

  • Closes #xxx
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Documentation updated. If checked, please file a pull request on our docs repo and link it here: #501
  • Schema updated.
  • I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed

I have checked and re-checked all changes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/12475 **Author:** [@DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) **Created:** 2/11/2022 **Status:** ✅ Merged **Merged:** 2/17/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `codespell` --- ### 📝 Commits (4) - [`991b20c`](https://github.com/microsoft/terminal/commit/991b20cb2ef243f54ac5a9220e26c41fc1800fd7) Fix typos found by codespell in documentation - [`b32b33e`](https://github.com/microsoft/terminal/commit/b32b33e9d43def2c02c4a58f31f41db215d96872) Fix typos found by codespell in code - [`e96b410`](https://github.com/microsoft/terminal/commit/e96b41037dc9659b05cc65d59d386c05ba7fa595) Discard useless exceptions from spell checker - [`f0e75fa`](https://github.com/microsoft/terminal/commit/f0e75fa123699093da4447bc256c81af432d6220) Fix repeated word ### 📊 Changes **42 files changed** (+55 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/spelling/expect/expect.txt` (+0 -4) 📝 `doc/Niksa.md` (+1 -1) 📝 `doc/cascadia/Unittesting-CppWinRT-Xaml.md` (+1 -1) 📝 `doc/specs/#1790 - Font features and axes-spec.md` (+1 -1) 📝 `doc/specs/#2871 - Pane Navigation/#2871 - Pane Navigation.md` (+1 -1) 📝 `doc/specs/#5000 - Process Model 2.0/#1032 - Elevation Quality of Life Improvements.md` (+1 -1) 📝 `doc/specs/#5000 - Process Model 2.0/#5000 - Process Model 2.0.md` (+1 -1) 📝 `doc/specs/#6899 - Action IDs/#6899 - Action IDs.md` (+1 -1) 📝 `doc/specs/#885 - Terminal Settings Model/#885 - Terminal Settings Model.md` (+1 -1) 📝 `doc/specs/TerminalSettings-spec.md` (+1 -1) 📝 `doc/specs/drafts/#1256 - Tab tearoff.md` (+1 -1) 📝 `doc/specs/drafts/#997 Non-Terminal-Panes.md` (+1 -1) 📝 `samples/ConPTY/MiniTerm/MiniTerm/PseudoConsole.cs` (+1 -1) 📝 `samples/ReadConsoleInputStream/ReadConsoleInputStream.cs` (+2 -2) 📝 `src/buffer/out/textBuffer.cpp` (+1 -1) 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+2 -2) 📝 `src/cascadia/TerminalApp/TerminalTab.cpp` (+1 -1) 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+1 -1) 📝 `src/cascadia/TerminalSettingsModel/TerminalSettingsSerializationHelpers.h` (+1 -1) 📝 `src/cascadia/UnitTests_TerminalCore/ConptyRoundtripTests.cpp` (+3 -3) _...and 22 more files_ </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Fix typos found by codespell. Some of it in documentation and user-visible text, mostly in code comments. While I understand you might not be interested in fixing code comments, one of the reasons being extra noise in git history, kindly note that most spell checking tools do not discriminate between documentation and code comments. So it's easier to fix everything for long maintenance. <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [ ] Closes #xxx * [X] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] Tests added/passed * [X] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: [#501](https://github.com/MicrosoftDocs/terminal/pull/501) * [ ] Schema updated. * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed I have checked and re-checked all changes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:32:32 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29061