[PR #1278] [MERGED] fix some typo spotted with codespell #13461

Closed
opened 2026-08-05 02:08:29 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1278
Author: @Fantu
Created: 11/1/2023
Status: Merged
Merged: 11/1/2023
Merged by: @mlsmaycon

Base: mainHead: fix-typo


📝 Commits (1)

  • d2165b8 fix some typo spotted with codespell

📊 Changes

38 files changed (+57 additions, -57 deletions)

View changed files

📝 CONTRIBUTING.md (+1 -1)
📝 client/android/preferences_test.go (+4 -4)
📝 client/cmd/up.go (+4 -4)
📝 client/firewall/iptables/manager_linux.go (+2 -2)
📝 client/firewall/nftables/manager_linux.go (+1 -1)
📝 client/firewall/nftables/manager_linux_test.go (+1 -1)
📝 client/firewall/uspfilter/uspfilter.go (+2 -2)
📝 client/internal/acl/manager.go (+3 -3)
📝 client/internal/connect.go (+1 -1)
📝 client/internal/dns/file_linux.go (+1 -1)
📝 client/internal/dns/resolvconf_linux.go (+1 -1)
📝 client/internal/dns/server.go (+2 -2)
📝 client/internal/dns/server_export_test.go (+1 -1)
📝 client/internal/dns/upstream.go (+1 -1)
📝 client/internal/routemanager/manager.go (+1 -1)
📝 client/internal/routemanager/nftables_linux.go (+1 -1)
📝 encryption/encryption.go (+1 -1)
📝 iface/bind/udp_mux_universal.go (+1 -1)
📝 iface/device_wrapper_test.go (+4 -4)
📝 iface/iface_test.go (+1 -1)

...and 18 more files

📄 Description

I skipped all results related to code that must not be changed, there is only change in management/server/http/accounts_handler_test.go which I have some doubts about

Describe your changes

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/netbirdio/netbird/pull/1278 **Author:** [@Fantu](https://github.com/Fantu) **Created:** 11/1/2023 **Status:** ✅ Merged **Merged:** 11/1/2023 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix-typo` --- ### 📝 Commits (1) - [`d2165b8`](https://github.com/netbirdio/netbird/commit/d2165b8e45f2c89edf15568e0d2c52412585f7c6) fix some typo spotted with codespell ### 📊 Changes **38 files changed** (+57 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+1 -1) 📝 `client/android/preferences_test.go` (+4 -4) 📝 `client/cmd/up.go` (+4 -4) 📝 `client/firewall/iptables/manager_linux.go` (+2 -2) 📝 `client/firewall/nftables/manager_linux.go` (+1 -1) 📝 `client/firewall/nftables/manager_linux_test.go` (+1 -1) 📝 `client/firewall/uspfilter/uspfilter.go` (+2 -2) 📝 `client/internal/acl/manager.go` (+3 -3) 📝 `client/internal/connect.go` (+1 -1) 📝 `client/internal/dns/file_linux.go` (+1 -1) 📝 `client/internal/dns/resolvconf_linux.go` (+1 -1) 📝 `client/internal/dns/server.go` (+2 -2) 📝 `client/internal/dns/server_export_test.go` (+1 -1) 📝 `client/internal/dns/upstream.go` (+1 -1) 📝 `client/internal/routemanager/manager.go` (+1 -1) 📝 `client/internal/routemanager/nftables_linux.go` (+1 -1) 📝 `encryption/encryption.go` (+1 -1) 📝 `iface/bind/udp_mux_universal.go` (+1 -1) 📝 `iface/device_wrapper_test.go` (+4 -4) 📝 `iface/iface_test.go` (+1 -1) _...and 18 more files_ </details> ### 📄 Description I skipped all results related to code that must not be changed, there is only change in management/server/http/accounts_handler_test.go which I have some doubts about ## Describe your changes ## Issue ticket number and link ### Checklist - [X] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 02:08:29 -04: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: DYNR/netbird#13461