diff --git a/install.go b/install.go index 110d252a1..a547f6b74 100644 --- a/install.go +++ b/install.go @@ -44,7 +44,7 @@ func printPrompt(flag string) { case "-d": fmt.Printf("You enabled download without installing.\n") case "-e": - fmt.Printf("You enabled download dependencies in exmaple.\n") + fmt.Printf("You enabled download dependencies in example.\n") } }