summaryrefslogtreecommitdiffstats
path: root/hugolib/pageGroup_test.go
diff options
context:
space:
mode:
authorCameron Moore <moorereason@gmail.com>2016-08-16 22:26:42 -0500
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-09-12 10:56:16 +0200
commit46342ad5e80b6a92177acdf19cbab9d918b9e472 (patch)
treedb9494f1bae3d5c226ff2043d3ac1cebf31b906d /hugolib/pageGroup_test.go
parentc700cdc39cdf6b8801b71b70f704d749650585fd (diff)
hugolib: Fix typos in tests
Diffstat (limited to 'hugolib/pageGroup_test.go')
-rw-r--r--hugolib/pageGroup_test.go2
1 files changed, 1 insertions, 1 deletions
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) {