Skip to content

Commit

Permalink
Merge pull request #2717 from djdv/typo-file
Browse files Browse the repository at this point in the history
Fix typo in files command error message
  • Loading branch information
whyrusleeping committed May 17, 2016
2 parents 414c0cc + e2ccfdb commit 5d74bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/files/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var (
ErrNotDirectory = errors.New("Couln't call NextFile(), this isn't a directory")
ErrNotDirectory = errors.New("Couldn't call NextFile(), this isn't a directory")
ErrNotReader = errors.New("This file is a directory, can't use Reader functions")
)

Expand Down

0 comments on commit 5d74bc4

Please sign in to comment.