diff --git a/hugolib/pageGroup_test.go b/hugolib/pageGroup_test.go index e7a975172..fe7522ea9 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) {