Brad Fitzpatrick 5 лет назад
Родитель
Сommit
5c9ddf5e76
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      version/cmdname.go

+ 1 - 1
version/cmdname.go

@@ -15,7 +15,7 @@ import (
 )
 
 // CmdName returns either the base name of the current binary
-// using os.Executable. If os.Executable fails (it sholdn't), then
+// using os.Executable. If os.Executable fails (it shouldn't), then
 // "cmd" is returned.
 func CmdName() string {
 	e, err := os.Executable()