Merge pull request #12438 from ourcolorfuldays/fixtypo

fix some typos
This commit is contained in:
Doug Davis 2015-04-18 07:17:55 -04:00
Родитель 5fd378c0d1 70f1910a8b
Коммит c158cdbe6f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -138,7 +138,7 @@ func TestAssertEqualBytesNegative(t *testing.T) {
AssertBytesEqual(t, []byte{1, 2, 3}, []byte{1, 1, 1}, "content mismatch")
}*/
// Checks that the calls recieved
// Checks that the calls received
func assertHandlerOutput(t *testing.T, mock *mockTerminal, plainText string, commands ...string) {
text := make([]byte, 0, 3*len(plainText))
cmdIndex := 0