summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-02-03 18:09:52 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-02-03 18:10:38 +0100
commit53f204310ec8362d7084c123e8e16f5bb73dd257 (patch)
treed227e23ec9bf0ef1107dc6528ecfd73182ae73ed /source
parent7f82461407e21ba5b80380d12906fadd12b93e2d (diff)
all: Rename Unmormalized => Unnormalized
Diffstat (limited to 'source')
-rw-r--r--source/fileInfo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fileInfo.go b/source/fileInfo.go
index 6c67ba407..1d2226994 100644
--- a/source/fileInfo.go
+++ b/source/fileInfo.go
@@ -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 {