瀏覽代碼

Spelling correction in error message

Phillip Couto 11 年之前
父節點
當前提交
a8760fbd42
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cassandra_test.go

+ 1 - 1
cassandra_test.go

@@ -290,7 +290,7 @@ func TestCreateSessionTimeout(t *testing.T) {
 		t.Fatal("expected ErrNoConncetions, but no error was returned.")
 	}
 	if err != ErrNoConnections {
-		t.Fatal("expected ErrNoConnections, but recevied %v", err)
+		t.Fatal("expected ErrNoConnections, but received %v", err)
 	}
 }