commit | f59ab57b4617bc3137938c1a9f1ea07ab5136d2d | [log] [tgz] |
---|---|---|
author | Mark Ayers <mark@philoserf.com> | Mon Oct 03 12:30:38 2016 -0700 |
committer | GitHub <noreply@github.com> | Mon Oct 03 12:30:38 2016 -0700 |
tree | f5f14724babcb2f88ff7a2676fdd80c5feb9b4ce | |
parent | b77e5383c06c58a0e3d352826345a4aa1e9a0e13 [diff] |
Update glide.go Fix a trivial typo in a usage message.
diff --git a/glide.go b/glide.go index 79616b1..d64c4c8 100644 --- a/glide.go +++ b/glide.go
@@ -186,7 +186,7 @@ }, cli.BoolFlag{ Name: "insecure", - Usage: "Use http:// rather than https:// to retrieve pacakges.", + Usage: "Use http:// rather than https:// to retrieve packages.", }, cli.BoolFlag{ Name: "no-recursive, quick",