| commit | 85d31a4c9ca00db02148985b68cbc9119d0f6b5a | [log] [tgz] |
|---|---|---|
| author | Khanh Nguyen <khanhtnguyen@mavs.uta.edu> | Tue May 10 20:43:54 2016 -0500 |
| committer | Khanh Nguyen <khanhtnguyen@mavs.uta.edu> | Tue May 10 20:43:54 2016 -0500 |
| tree | 36552da480cdf5df043602b78fe5870578cc100b | |
| parent | e73500c735917e39a8b782e0632418ab70250341 [diff] |
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 "" }