[PR #3783] [MERGED] Fix various typos #4829

Closed
opened 2026-05-05 14:49:33 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3783
Author: @akx
Created: 11/17/2023
Status: Merged
Merged: 11/22/2023
Merged by: @fatedier

Base: devHead: fxi-tpyos


📝 Commits (1)

📊 Changes

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

View changed files

📝 client/proxy/udp.go (+1 -1)
📝 client/visitor/visitor.go (+1 -1)
📝 cmd/frps/root.go (+1 -1)
📝 conf/frpc_full_example.toml (+1 -1)
📝 conf/legacy/frpc_legacy_full.ini (+1 -1)
📝 pkg/config/legacy/client.go (+1 -1)
📝 pkg/config/legacy/server.go (+1 -1)
📝 pkg/config/load.go (+1 -1)
📝 pkg/config/v1/client.go (+1 -1)
📝 pkg/config/v1/common.go (+1 -1)
📝 pkg/config/v1/server.go (+1 -1)
📝 pkg/transport/message.go (+2 -2)
📝 pkg/util/net/http.go (+7 -7)
📝 pkg/util/version/version_test.go (+2 -2)
📝 pkg/util/vhost/http.go (+1 -1)
📝 server/service.go (+1 -1)
📝 test/e2e/framework/framework.go (+6 -6)
📝 test/e2e/legacy/plugin/server.go (+1 -1)
📝 test/e2e/v1/plugin/server.go (+1 -1)

📄 Description

Summary

🤖[deprecated] Generated by Copilot at 8477582

This pull request fixes various typos in comments, error messages, flag descriptions, and test names across different files and packages. These fixes improve the readability, clarity, and consistency of the code and documentation. No functional changes are introduced by this pull request.


🔄 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/fatedier/frp/pull/3783 **Author:** [@akx](https://github.com/akx) **Created:** 11/17/2023 **Status:** ✅ Merged **Merged:** 11/22/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `fxi-tpyos` --- ### 📝 Commits (1) - [`8477582`](https://github.com/fatedier/frp/commit/8477582f7cb7bc4f9c82d7b5bb90c43c05c29802) Fix various typos ### 📊 Changes **19 files changed** (+32 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `client/proxy/udp.go` (+1 -1) 📝 `client/visitor/visitor.go` (+1 -1) 📝 `cmd/frps/root.go` (+1 -1) 📝 `conf/frpc_full_example.toml` (+1 -1) 📝 `conf/legacy/frpc_legacy_full.ini` (+1 -1) 📝 `pkg/config/legacy/client.go` (+1 -1) 📝 `pkg/config/legacy/server.go` (+1 -1) 📝 `pkg/config/load.go` (+1 -1) 📝 `pkg/config/v1/client.go` (+1 -1) 📝 `pkg/config/v1/common.go` (+1 -1) 📝 `pkg/config/v1/server.go` (+1 -1) 📝 `pkg/transport/message.go` (+2 -2) 📝 `pkg/util/net/http.go` (+7 -7) 📝 `pkg/util/version/version_test.go` (+2 -2) 📝 `pkg/util/vhost/http.go` (+1 -1) 📝 `server/service.go` (+1 -1) 📝 `test/e2e/framework/framework.go` (+6 -6) 📝 `test/e2e/legacy/plugin/server.go` (+1 -1) 📝 `test/e2e/v1/plugin/server.go` (+1 -1) </details> ### 📄 Description ### Summary <!-- copilot:summary --> ### <samp>🤖[[deprecated]](https://githubnext.com/copilot-for-prs-sunset) Generated by Copilot at 8477582</samp> This pull request fixes various typos in comments, error messages, flag descriptions, and test names across different files and packages. These fixes improve the readability, clarity, and consistency of the code and documentation. No functional changes are introduced by this pull request. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:49:33 -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/frp#4829
No description provided.