Skip to content

Commit

Permalink
Merge pull request #25 from xulike666/fight-for-readability
Browse files Browse the repository at this point in the history
fix easy typos
  • Loading branch information
LK4D4 committed Feb 22, 2017
2 parents 073930c + 54e48ff commit e55af28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ This config format is also accepted by [trash](https://github.com/rancher/trash)

You can initiate your project with vendor directory and `vendor.conf` using command
`vndr init`. This will populate your vendor directory with latest versions of
all dependecies and also write `vendor.conf` config which you can use for changing
all dependencies and also write `vendor.conf` config which you can use for changing
versions later.

## Updating or using existing vendor.conf
Expand Down
2 changes: 1 addition & 1 deletion clean.go
Expand Up @@ -57,7 +57,7 @@ func isGoFile(path string) bool {
// licenseFilesRegexp is a regexp of file names that are likely to contain licensing information
var licenseFilesRegexp = regexp.MustCompile(`(?i).*(LICENSE|COPYING|PATENT|NOTICE|README).*`)

// cleanVendor removes files from unused pacakges and non-go files
// cleanVendor removes files from unused packages and non-go files
func cleanVendor(vendorDir string, realDeps []*build.Package) error {
realPaths := make(map[string]bool)
for _, pkg := range realDeps {
Expand Down

0 comments on commit e55af28

Please sign in to comment.