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
7 changed files with 12 additions and 12 deletions

View File

@@ -359,8 +359,8 @@ func (p *Path) Path() (d string) {
return p.norm(p.s)
}
// Unmormalized returns the Path with the original case preserved.
func (p *Path) Unmormalized() *Path {
// Unnormalized returns the Path with the original case preserved.
func (p *Path) Unnormalized() *Path {
return p.unnormalized
}