소스 검색

fix some typos

Signed-off-by: bin liu <liubin0329@gmail.com>
bin liu 10 년 전
부모
커밋
70f1910a8b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pkg/term/winconsole/term_emulator_test.go

+ 1 - 1
pkg/term/winconsole/term_emulator_test.go

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