fix typos

This commit is contained in:
ginuerzh
2023-09-16 21:52:00 +08:00
parent c73c98974c
commit 355aaa7690

View File

@ -523,7 +523,7 @@ func buildNodeConfig(url *url.URL) (*config.NodeConfig, error) {
return node, nil
}
func cmd/gost/cmd.gonormCmd(s string) (*url.URL, error) {
func normCmd(s string) (*url.URL, error) {
s = strings.TrimSpace(s)
if s == "" {
return nil, ErrInvalidCmd