From: Bjørn Erik Pedersen Date: Wed, 23 Mar 2016 16:12:47 +0000 (+0100) Subject: hugolib: Fix spelling mistake X-Git-Tag: v0.16~177 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dac34f9b;p=brevno-suite%2Fhugo hugolib: Fix spelling mistake --- diff --git a/hugolib/pageSort.go b/hugolib/pageSort.go index b6ec1a7f..423975a2 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,