diff --git a/commands/files/file.go b/commands/files/file.go index 37802fe3f..c2185153c 100644 --- a/commands/files/file.go +++ b/commands/files/file.go @@ -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") )