hugolib: Fix typos in tests

This commit is contained in:
Cameron Moore 2016-08-16 22:26:42 -05:00 committed by Bjørn Erik Pedersen
parent c700cdc39c
commit 46342ad5e8

View file

@ -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) {