diff options
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 { |