Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Moore <moorereason@gmail.com>2016-08-17 06:26:42 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-09-12 11:56:16 +0300
commit46342ad5e80b6a92177acdf19cbab9d918b9e472 (patch)
treedb9494f1bae3d5c226ff2043d3ac1cebf31b906d /hugolib
parentc700cdc39cdf6b8801b71b70f704d749650585fd (diff)
hugolib: Fix typos in tests
Diffstat (limited to 'hugolib')
-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) {