From: Cameron Moore Date: Wed, 17 Aug 2016 03:26:42 +0000 (-0500) Subject: hugolib: Fix typos in tests X-Git-Tag: v0.17~79 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=46342ad5e80b6a92177acdf19cbab9d918b9e472;p=brevno-suite%2Fhugo hugolib: Fix typos in tests --- diff --git a/hugolib/pageGroup_test.go b/hugolib/pageGroup_test.go index e7a97517..fe7522ea 100644 --- a/hugolib/pageGroup_test.go +++ b/hugolib/pageGroup_test.go @@ -149,7 +149,7 @@ func (page *Page) DummyPageMethodReturnThreeValueForTest() (string, string, stri } func (page *Page) DummyPageMethodReturnErrorOnlyForTest() error { - return errors.New("something error occured") + return errors.New("some error occurred") } func (page *Page) dummyPageMethodReturnTwoValueForTest() (string, string) {