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

@@ -116,8 +116,8 @@ func createTargetPathDescriptor(p *pageState) (page.TargetPathDescriptor, error)
pageInfoPage := p.PathInfo()
pageInfoCurrentSection := p.CurrentSection().PathInfo()
if p.s.Conf.DisablePathToLower() {
pageInfoPage = pageInfoPage.Unmormalized()
pageInfoCurrentSection = pageInfoCurrentSection.Unmormalized()
pageInfoPage = pageInfoPage.Unnormalized()
pageInfoCurrentSection = pageInfoCurrentSection.Unnormalized()
}
desc := page.TargetPathDescriptor{