mirror of
https://github.com/restic/restic.git
synced 2025-12-12 03:11:56 +00:00
Fix typos
This commit is contained in:
@@ -8,6 +8,6 @@ import "strings"
|
||||
// toComparableFilename returns a filename suitable for equality checks. On Windows, it returns the
|
||||
// uppercase version of the string. On all other systems, it returns the unmodified filename.
|
||||
func toComparableFilename(path string) string {
|
||||
// apparently NTFS internally uppercases filenames for comparision
|
||||
// apparently NTFS internally uppercases filenames for comparison
|
||||
return strings.ToUpper(path)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user