[PR #1668] Spelling #1822

Open
opened 2026-05-05 08:02:39 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/1668
Author: @jsoref
Created: 5/6/2022
Status: 🔄 Open

Base: masterHead: spelling


📝 Commits (10+)

📊 Changes

36 files changed (+100 additions, -100 deletions)

View changed files

📝 RELEASING.md (+3 -3)
📝 debian/changelog (+2 -2)
📝 dist/inno/scripts/lang/english.iss (+1 -1)
📝 res/doxygen.cfg.in (+4 -4)
📝 src/gui/src/AppConfig.h (+1 -1)
📝 src/gui/src/MainWindow.h (+2 -2)
📝 src/gui/src/SetupWizard.h (+1 -1)
📝 src/lib/arch/IArchDaemon.h (+1 -1)
📝 src/lib/arch/IArchMultithread.h (+1 -1)
📝 src/lib/arch/IArchNetwork.h (+1 -1)
📝 src/lib/arch/IArchTaskBarReceiver.h (+1 -1)
📝 src/lib/barrier/ArgParser.cpp (+1 -1)
📝 src/lib/barrier/ClientApp.cpp (+1 -1)
📝 src/lib/barrier/KeyMap.cpp (+1 -1)
📝 src/lib/barrier/XBarrier.h (+1 -1)
📝 src/lib/base/EventTypes.cpp (+1 -1)
📝 src/lib/base/EventTypes.h (+3 -3)
📝 src/lib/base/String.h (+5 -5)
📝 src/lib/base/log_outputters.cpp (+7 -7)
📝 src/lib/base/log_outputters.h (+3 -3)

...and 16 more files

📄 Description

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at 399aacd84d (commitcomment-72989896)

The action reports that the changes in this PR would make it happy: 870431b06d

Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.

Contributor Checklist:

  • I have created a file in the doc/newsfragments directory IF it is a
    user-visible change (and make sure to read the README.md in that directory)

🔄 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/debauchee/barrier/pull/1668 **Author:** [@jsoref](https://github.com/jsoref) **Created:** 5/6/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `spelling` --- ### 📝 Commits (10+) - [`0926570`](https://github.com/debauchee/barrier/commit/09265704c07b5232e09817f2a40deca284cbd052) spelling: absolutely - [`a55ae16`](https://github.com/debauchee/barrier/commit/a55ae16e75088444b92b7ae6c42d3d9eb8c6889d) spelling: attempts - [`f8a107e`](https://github.com/debauchee/barrier/commit/f8a107eaeb679a6a41d89fc3ff1f29e0455b9fbb) spelling: azure - [`5e6cc0a`](https://github.com/debauchee/barrier/commit/5e6cc0ae1935c958c571e6255f61b42e968ff201) spelling: capitalized - [`0cfcf4b`](https://github.com/debauchee/barrier/commit/0cfcf4b5f3e16529a1510a9a3c89d5d51ee1fd21) spelling: characters - [`c3cbbb9`](https://github.com/debauchee/barrier/commit/c3cbbb991cb9a3dda50c608a9787a1158a32f275) spelling: cyrillic - [`3e8f515`](https://github.com/debauchee/barrier/commit/3e8f5151deeb2e690c0c680b33986b5dad333561) spelling: daemon - [`eef8f99`](https://github.com/debauchee/barrier/commit/eef8f9948f919afa19033bccf17220ccaffbfd11) spelling: daemons - [`bbd6307`](https://github.com/debauchee/barrier/commit/bbd63072dd1952f0cefe716122de520fe1229612) spelling: destination - [`c3d6c7a`](https://github.com/debauchee/barrier/commit/c3d6c7a111ff6f3312c461649ea45258f88a8f38) spelling: disadvantages ### 📊 Changes **36 files changed** (+100 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `RELEASING.md` (+3 -3) 📝 `debian/changelog` (+2 -2) 📝 `dist/inno/scripts/lang/english.iss` (+1 -1) 📝 `res/doxygen.cfg.in` (+4 -4) 📝 `src/gui/src/AppConfig.h` (+1 -1) 📝 `src/gui/src/MainWindow.h` (+2 -2) 📝 `src/gui/src/SetupWizard.h` (+1 -1) 📝 `src/lib/arch/IArchDaemon.h` (+1 -1) 📝 `src/lib/arch/IArchMultithread.h` (+1 -1) 📝 `src/lib/arch/IArchNetwork.h` (+1 -1) 📝 `src/lib/arch/IArchTaskBarReceiver.h` (+1 -1) 📝 `src/lib/barrier/ArgParser.cpp` (+1 -1) 📝 `src/lib/barrier/ClientApp.cpp` (+1 -1) 📝 `src/lib/barrier/KeyMap.cpp` (+1 -1) 📝 `src/lib/barrier/XBarrier.h` (+1 -1) 📝 `src/lib/base/EventTypes.cpp` (+1 -1) 📝 `src/lib/base/EventTypes.h` (+3 -3) 📝 `src/lib/base/String.h` (+5 -5) 📝 `src/lib/base/log_outputters.cpp` (+7 -7) 📝 `src/lib/base/log_outputters.h` (+3 -3) _...and 16 more files_ </details> ### 📄 Description This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling). The misspellings have been reported at https://github.com/jsoref/barrier/commit/399aacd84dd96da4fc59d2f48571436e4758e326#commitcomment-72989896 The action reports that the changes in this PR would make it happy: https://github.com/jsoref/barrier/commit/870431b06d239879af6216c1f6fbcb85af4f4f0e Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately. ## Contributor Checklist: * [ ] I have created a file in the `doc/newsfragments` directory *IF* it is a user-visible change (and make sure to read the `README.md` in that directory) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-05 08:02:39 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1822
No description provided.