version: fix typo in comment
This commit is contained in:
@ -15,7 +15,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// CmdName returns either the base name of the current binary
|
// 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.
|
// "cmd" is returned.
|
||||||
func CmdName() string {
|
func CmdName() string {
|
||||||
e, err := os.Executable()
|
e, err := os.Executable()
|
||||||
|
Reference in New Issue
Block a user