Skip to content
This repository has been archived by the owner on May 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #33 from 3onyc/fix-typo
Browse files Browse the repository at this point in the history
Fix typo 'forpackage' -> 'for package'
  • Loading branch information
dkulchenko committed Aug 13, 2015
2 parents 875b00a + 47f6714 commit c0240e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages.go
Expand Up @@ -189,7 +189,7 @@ func fetchPackageDependencies(repo string) error {
}

if err != nil {
return errors.Annotatef(err, "failed fetching dependencies forpackage %s, output: %s", repo, goGetOutput)
return errors.Annotatef(err, "failed fetching dependencies for package %s, output: %s", repo, goGetOutput)
}

return nil
Expand Down

0 comments on commit c0240e4

Please sign in to comment.