From d424e5bd4d71bb2720c3546c2bc19f68f71b497c Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Mon, 20 May 2013 22:34:48 -0300 Subject: [PATCH] Update install.go --- install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } }