fs: fix typo in error message

vfs-used-is-size
Nick Craig-Wood 2020-04-15 12:50:26 +01:00
parent 2c4aadb588
commit 9eb17e4ade
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ var (
ErrorListAborted = errors.New("list aborted")
ErrorListBucketRequired = errors.New("bucket or container name is needed in remote")
ErrorIsFile = errors.New("is a file not a directory")
ErrorNotAFile = errors.New("is a not a regular file")
ErrorNotAFile = errors.New("is not a regular file")
ErrorNotDeleting = errors.New("not deleting files as there were IO errors")
ErrorNotDeletingDirs = errors.New("not deleting directories as there were IO errors")
ErrorOverlapping = errors.New("can't sync or move files on overlapping remotes")