cleanup: fix misspell words

fixed misspell words detected by  codespell

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2020-11-30 09:06:22 +05:30
committed by Niels de Vos
parent 28793efc90
commit 8ebb9a1ba0
4 changed files with 4 additions and 4 deletions

View File

@ -235,7 +235,7 @@ func detectAuthMountPath(path string) (string, error) {
return "", errors.New("path is empty")
}
// add all components betweed "login" and "auth" to authMountPath
// add all components between "login" and "auth" to authMountPath
match := false
parts := strings.Split(path, "/")
for _, part := range parts {