Explorar o código

Merge pull request #434 from aaronblohowiak/ErrTooManyTimeouts-spelling

Spelling correction recieved -> received
Ben Hood %!s(int64=10) %!d(string=hai) anos
pai
achega
cd33d602ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      conn.go

+ 1 - 1
conn.go

@@ -790,7 +790,7 @@ type inflightPrepare struct {
 
 var (
 	ErrQueryArgLength    = errors.New("gocql: query argument length mismatch")
-	ErrTimeoutNoResponse = errors.New("gocql: no response recieved from cassandra within timeout period")
+	ErrTimeoutNoResponse = errors.New("gocql: no response received from cassandra within timeout period")
 	ErrTooManyTimeouts   = errors.New("gocql: too many query timeouts on the connection")
 	ErrConnectionClosed  = errors.New("gocql: connection closed waiting for response")
 )