all: Rename Unmormalized => Unnormalized

This commit is contained in:
Bjørn Erik Pedersen 2024-02-03 18:09:52 +01:00
parent 7f82461407
commit 53f204310e
No known key found for this signature in database
7 changed files with 12 additions and 12 deletions

View file

@ -130,7 +130,7 @@ func (fi *File) pathToDir(s string) string {
}
func (fi *File) p() *paths.Path {
return fi.fim.Meta().PathInfo.Unmormalized()
return fi.fim.Meta().PathInfo.Unnormalized()
}
func NewFileInfoFrom(path, filename string) *File {