commit | 09e9f5cb7502ba2c933818d7804dca14f9e11b9d | [log] [tgz] |
---|---|---|
author | Filippo Valsorda <hi@filippo.io> | Mon Mar 28 15:56:39 2016 +0200 |
committer | Filippo Valsorda <hi@filippo.io> | Mon Mar 28 15:56:39 2016 +0200 |
tree | 76e233a34c004b5a24ef583197094448b04eb136 | |
parent | 3fdcebff1aed4faf0f9a228bfec16cee475478c9 [diff] | |
parent | 4f083f45a7f2b481502f0c5923479ebcebe5b2bb [diff] |
Merge pull request #29 from shawnps/patch-2 fix typo
diff --git a/gbvendor/manifest_test.go b/gbvendor/manifest_test.go index 98a44cb..aa486e5 100644 --- a/gbvendor/manifest_test.go +++ b/gbvendor/manifest_test.go
@@ -37,7 +37,7 @@ mf := filepath.Join(root, "vendor") - // check that reading an non existant manifest + // check that reading an nonexistent manifest // does not return an error m, err := ReadManifest(mf) if err != nil {