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

@@ -93,7 +93,7 @@ func TestParse(t *testing.T) {
"Basic text file, mixed case and spaces, unnormalized",
"/a/Foo BAR.txt",
func(c *qt.C, p *Path) {
pp := p.Unmormalized()
pp := p.Unnormalized()
c.Assert(pp, qt.IsNotNil)
c.Assert(pp.BaseNameNoIdentifier(), qt.Equals, "Foo BAR")
},