commit | 270b034de1e7039194fead11f7d0b7b92500e7bc | [log] [tgz] |
---|---|---|
author | zh-lab <zh-@outlook.com> | Thu Jan 28 19:09:28 2016 +0800 |
committer | zh-lab <zh-@outlook.com> | Thu Jan 28 19:11:25 2016 +0800 |
tree | 27c3f64e8187b87e94ee29d4bb5ce7c25c332568 | |
parent | 5f64ad15465fce4e2fc7244ed92d4de1b8e19a5a [diff] |
Fix a typo in comment
diff --git a/action/import_godep.go b/action/import_godep.go index 0c626d3..aafacbb 100644 --- a/action/import_godep.go +++ b/action/import_godep.go
@@ -5,7 +5,7 @@ "github.com/Masterminds/glide/msg" ) -// ImportGodep imports a GPM file. +// ImportGodep imports a Godep file. func ImportGodep(dest string) { base := "." config := EnsureConfig()