Skip to content

Commit fbd519b

Browse files
authored
Merge pull request #3382 from 0o001/0o001-patch-1
fix: error message typo
2 parents 1f17a6c + ef4e649 commit fbd519b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/fs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ func GetDirUsage(dir string) (UsageInfo, error) {
636636

637637
rootStat, ok := rootInfo.Sys().(*syscall.Stat_t)
638638
if !ok {
639-
return usage, fmt.Errorf("unsuported fileinfo for getting inode usage of %q", dir)
639+
return usage, fmt.Errorf("unsupported fileinfo for getting inode usage of %q", dir)
640640
}
641641

642642
rootDevID := rootStat.Dev

0 commit comments

Comments
 (0)