diff --git a/hugolib/pageSort.go b/hugolib/pageSort.go index b6ec1a7fd..423975a29 100644 --- a/hugolib/pageSort.go +++ b/hugolib/pageSort.go @@ -32,7 +32,7 @@ type PageSorter struct { // PageBy is a closure used in the Sort.Less method. type PageBy func(p1, p2 *Page) bool -// Sort stable sorts the pages given the receiver's sort oder. +// Sort stable sorts the pages given the receiver's sort order. func (by PageBy) Sort(pages Pages) { ps := &PageSorter{ pages: pages,