fix: typos in comments, tests, functions (#5216)

This commit is contained in:
Oleksandr Redko
2026-03-07 12:43:04 +02:00
committed by GitHub
parent c70ceff370
commit bd200b1a3b
5 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ var natholeDiscoveryCmd = &cobra.Command{
Use: "discover",
Short: "Discover nathole information from stun server",
RunE: func(cmd *cobra.Command, args []string) error {
// ignore error here, because we can use command line pameters
// ignore error here, because we can use command line parameters
cfg, _, _, _, err := config.LoadClientConfig(cfgFile, strictConfigMode)
if err != nil {
cfg = &v1.ClientCommonConfig{}