diff options
Diffstat (limited to 'back/cmd/authfs/err.go')
| -rw-r--r-- | back/cmd/authfs/err.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/back/cmd/authfs/err.go b/back/cmd/authfs/err.go index 7c2b192..a1e62f8 100644 --- a/back/cmd/authfs/err.go +++ b/back/cmd/authfs/err.go @@ -8,7 +8,7 @@ var ( ErrFidNotExist = errors.New("fid does not exist") ErrFileExist = errors.New("file already exists") ErrFileNotExist = errors.New("file does not exist") - ErrNewFidExist = errors.New("newfid already exists") + ErrNewfidExist = errors.New("newfid already exists") ErrPerm = errors.New("permission denied") ErrWalkNonDir = errors.New("cannot walk in non-directory") ) |