Merge pull request #321 from mhamrle/spell

fix typos
pull/354/head
Ernesto Jiménez 2016-09-24 16:06:34 +01:00 committed by GitHub
commit 45bd08b0da
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ func ObjectsAreEqualValues(expected, actual interface{}) bool {
/* CallerInfo is necessary because the assert functions use the testing object
internally, causing it to print the file:line of the assert method, rather than where
the problem actually occured in calling code.*/
the problem actually occurred in calling code.*/
// CallerInfo returns an array of strings containing the file and line number
// of each stack frame leading from the current test to the assert call that

View File

@ -47,7 +47,7 @@ type Call struct {
totalCalls int
// Holds a channel that will be used to block the Return until it either
// recieves a message or is closed. nil means it returns immediately.
// receives a message or is closed. nil means it returns immediately.
WaitFor <-chan time.Time
// Holds a handler used to manipulate arguments content that are passed by