diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-02-03 18:09:52 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-02-03 18:10:38 +0100 |
commit | 53f204310ec8362d7084c123e8e16f5bb73dd257 (patch) | |
tree | d227e23ec9bf0ef1107dc6528ecfd73182ae73ed /source | |
parent | 7f82461407e21ba5b80380d12906fadd12b93e2d (diff) | |
download | hugo-53f204310ec8362d7084c123e8e16f5bb73dd257.tar.gz hugo-53f204310ec8362d7084c123e8e16f5bb73dd257.zip |
all: Rename Unmormalized => Unnormalized
Diffstat (limited to 'source')
-rw-r--r-- | source/fileInfo.go | 2 |
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 { |