diff --git a/goutil.go b/goutil.go index 1cfff3c..ea0d5dd 100644 --- a/goutil.go +++ b/goutil.go @@ -182,7 +182,7 @@ func UsageAndExit(cmds commandCollection) { fmt.Println(" \t" + cmd.desc) } fmt.Println() - fmt.Println("for detailed informationen type use 'help COMMAND'") + fmt.Println("for detailed information type 'help COMMAND'") os.Exit(-1) }