Merge pull request #414 from kngu9/bug/bug-413

Fixed typo in action/ensure.go
diff --git a/action/ensure.go b/action/ensure.go
index c57ba7f..041cfce 100644
--- a/action/ensure.go
+++ b/action/ensure.go
@@ -144,7 +144,7 @@
 
 	msg.Err("Could not find any of %s/src.\n", strings.Join(gps, "/src, "))
 	msg.Info("As of Glide 0.5/Go 1.5, this is required.\n")
-	msg.Die("Wihtout src, cannot continue.")
+	msg.Die("Without src, cannot continue.")
 	return ""
 }