mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
cleanup: fix misspell words
fixed misspell words detected by codespell Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
Niels de Vos
parent
28793efc90
commit
8ebb9a1ba0
@ -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 {
|
||||
|
Reference in New Issue
Block a user