[PR #1860] [MERGED] Fix typos #2353

Closed
opened 2025-12-29 03:20:53 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1860
Author: @majst01
Created: 4/8/2024
Status: Merged
Merged: 5/19/2024
Merged by: @ohdearaugustin

Base: mainHead: fix-typos


📝 Commits (7)

📊 Changes

19 files changed (+43 additions, -43 deletions)

View changed files

📝 CHANGELOG.md (+7 -7)
📝 README.md (+1 -1)
📝 config-example.yaml (+2 -2)
📝 docs/exit-node.md (+1 -1)
📝 docs/faq.md (+1 -1)
📝 docs/proposals/001-acls.md (+4 -4)
📝 docs/remote-cli.md (+3 -3)
📝 docs/reverse-proxy.md (+1 -1)
📝 docs/running-headscale-openbsd.md (+2 -2)
📝 flake.nix (+1 -1)
📝 hscontrol/app.go (+1 -1)
📝 hscontrol/db/node.go (+2 -2)
📝 hscontrol/db/node_test.go (+1 -1)
📝 hscontrol/db/preauth_keys.go (+1 -1)
📝 hscontrol/derp/server/derp_server.go (+1 -1)
📝 hscontrol/policy/acls_test.go (+9 -9)
📝 integration/general_test.go (+3 -3)
📝 integration/scenario.go (+1 -1)
📝 integration/utils.go (+1 -1)

📄 Description

Fix all typos found with https://github.com/crate-ci/typos, later we can add this to the CI to prevent further introduction of typos.

  • read the CONTRIBUTING guidelines
  • raised a GitHub issue or discussed it on the projects chat beforehand
  • added unit tests
  • added integration tests
  • updated documentation if needed
  • updated CHANGELOG.md

🔄 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/juanfont/headscale/pull/1860 **Author:** [@majst01](https://github.com/majst01) **Created:** 4/8/2024 **Status:** ✅ Merged **Merged:** 5/19/2024 **Merged by:** [@ohdearaugustin](https://github.com/ohdearaugustin) **Base:** `main` ← **Head:** `fix-typos` --- ### 📝 Commits (7) - [`b1beadd`](https://github.com/juanfont/headscale/commit/b1beaddb289e3baa532b781a7d3da4efed78e12f) Fix typos - [`ab551cd`](https://github.com/juanfont/headscale/commit/ab551cdd6f5803a9970cc941fde71b8fb4d8baee) trigger GitHub actions - [`7624241`](https://github.com/juanfont/headscale/commit/76242411df5f19c05142aab7a425180a1f9e3a3f) remove kdiff3 orig files - [`973da20`](https://github.com/juanfont/headscale/commit/973da20704b8a3831f90e6d918439da7051cd6cf) fix unicode - [`02a21e4`](https://github.com/juanfont/headscale/commit/02a21e4e36d1791e7b4f181d241ff935ce61fb02) remove unnecessary function call - [`f248e0e`](https://github.com/juanfont/headscale/commit/f248e0e3d00f7bb16aac857a3bb626a2927b25f7) remove unnecessary comment - [`415b3b2`](https://github.com/juanfont/headscale/commit/415b3b29cbd03cde9aff1668566226b31d5253d2) remove unnecessary comment ### 📊 Changes **19 files changed** (+43 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+7 -7) 📝 `README.md` (+1 -1) 📝 `config-example.yaml` (+2 -2) 📝 `docs/exit-node.md` (+1 -1) 📝 `docs/faq.md` (+1 -1) 📝 `docs/proposals/001-acls.md` (+4 -4) 📝 `docs/remote-cli.md` (+3 -3) 📝 `docs/reverse-proxy.md` (+1 -1) 📝 `docs/running-headscale-openbsd.md` (+2 -2) 📝 `flake.nix` (+1 -1) 📝 `hscontrol/app.go` (+1 -1) 📝 `hscontrol/db/node.go` (+2 -2) 📝 `hscontrol/db/node_test.go` (+1 -1) 📝 `hscontrol/db/preauth_keys.go` (+1 -1) 📝 `hscontrol/derp/server/derp_server.go` (+1 -1) 📝 `hscontrol/policy/acls_test.go` (+9 -9) 📝 `integration/general_test.go` (+3 -3) 📝 `integration/scenario.go` (+1 -1) 📝 `integration/utils.go` (+1 -1) </details> ### 📄 Description Fix all typos found with https://github.com/crate-ci/typos, later we can add this to the CI to prevent further introduction of typos. - [x] read the [CONTRIBUTING guidelines](README.md#contributing) - [ ] raised a GitHub issue or discussed it on the projects chat beforehand - [ ] added unit tests - [ ] added integration tests - [ ] updated documentation if needed - [ ] updated CHANGELOG.md --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 03:20:53 +01:00
adam closed this issue 2025-12-29 03:20:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2353