Skip to content

Commit

Permalink
Merge pull request apache#794 from simplyianm/qocql-typo
Browse files Browse the repository at this point in the history
Fix typo qocql -> gocql
  • Loading branch information
Zariel authored Sep 26, 2016
2 parents dcb6606 + 27a86d1 commit dd3f95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session.go
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@ var (
ErrTooManyStmts = errors.New("too many statements")
ErrUseStmt = errors.New("use statements aren't supported. Please see https://github.com/gocql/gocql for explaination.")
ErrSessionClosed = errors.New("session has been closed")
ErrNoConnections = errors.New("qocql: no hosts available in the pool")
ErrNoConnections = errors.New("gocql: no hosts available in the pool")
ErrNoKeyspace = errors.New("no keyspace provided")
ErrNoMetadata = errors.New("no metadata available")
)
Expand Down

0 comments on commit dd3f95d

Please sign in to comment.