소스 검색

Merge pull request #459 from bfontaine/patch-1

ConnectionPool: typo fixed in godoc
Chris Bannister 10 년 전
부모
커밋
0c5c602cfb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      connectionpool.go

+ 1 - 1
connectionpool.go

@@ -22,7 +22,7 @@ import (
 Purpose
 
 The connection pool in gocql opens and closes connections as well as selects an available connection
-for gocql to execute a query against. The pool is also respnsible for handling connection errors that
+for gocql to execute a query against. The pool is also responsible for handling connection errors that
 are caught by the connection experiencing the error.
 
 A connection pool should make a copy of the variables used from the ClusterConfig provided to the pool