diff --git a/make.go b/make.go index 6894ddf..1a439d0 100644 --- a/make.go +++ b/make.go @@ -96,7 +96,7 @@ func setupEnv() { fmt.Println("Installing godep...") runCmd("go", "get", "github.com/tools/godep") if _, err := exec.LookPath("godep"); err != nil { - fmt.Println("ERROR: godep does note seem to be on the path") + fmt.Println("ERROR: godep does not seem to be on the path") } }