Explorar el Código

Spelling correction in error message

Phillip Couto hace 11 años
padre
commit
a8760fbd42
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
 	}
 }