mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
add codespell action (#18818)
Original work here, #18474, refixed and updated.
This commit is contained in:
@@ -56,7 +56,7 @@ func getMountMap() (map[string]string, error) {
|
||||
for scanner.Scan() {
|
||||
s := strings.Split(scanner.Text(), " ")
|
||||
if len(s) != 11 {
|
||||
return nil, errors.New("unsupport /proc/self/mountinfo format")
|
||||
return nil, errors.New("unsupported /proc/self/mountinfo format")
|
||||
}
|
||||
result[s[2]] = s[9]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user