From dac34f9bfd3e4465145ba7e1ee9fd76aad0f1c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 23 Mar 2016 17:12:47 +0100 Subject: hugolib: Fix spelling mistake --- hugolib/pageSort.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hugolib/pageSort.go') 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, -- cgit v1.2.3