浏览代码

Merge pull request #804 from shalabhaggarwal/master

Fix a small typo.
Chris Bannister 9 年之前
父节点
当前提交
a36d46a632
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cluster.go

+ 1 - 1
cluster.go

@@ -23,7 +23,7 @@ func (p PoolConfig) buildPool(session *Session) *policyConnPool {
 }
 
 // ClusterConfig is a struct to configure the default cluster implementation
-// of gocoql. It has a variety of attributes that can be used to modify the
+// of gocql. It has a variety of attributes that can be used to modify the
 // behavior to fit the most common use cases. Applications that require a
 // different setup must implement their own cluster.
 type ClusterConfig struct {