diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-03 14:20:56 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-04-03 14:25:37 +0100 |
| commit | c1eb0f499c6cc1ec03e18bd2b50a4d52bbf4d138 (patch) | |
| tree | a61495d0270761cad28b8e0dd5f407e283df0f11 /internal/user/server | |
| parent | 66866e4adbf44cde4f570c44f0f577aa92f8cf20 (diff) | |
Fix misspellings
Diffstat (limited to 'internal/user/server')
| -rw-r--r-- | internal/user/server/user.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/user/server/user.go b/internal/user/server/user.go index 637945c..fc5d6c1 100644 --- a/internal/user/server/user.go +++ b/internal/user/server/user.go @@ -37,7 +37,7 @@ func (u *User) String() string { return fmt.Sprintf("%s@%s", u.Name, u.remoteAddress) } -// HasFilePermission is used to determine whether user is alowed to read a file. +// HasFilePermission is used to determine whether user is allowwed to read a file. func (u *User) HasFilePermission(filePath, permissionType string) (hasPermission bool) { logger.Debug(u, filePath, permissionType, "Checking config permissions") if config.ServerRelaxedAuthEnable { |
