Bläddra i källkod

Fix a small typo.

Shalabh Aggarwal 9 år sedan
förälder
incheckning
a9e2fdff49
1 ändrade filer med 1 tillägg och 1 borttagningar
  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
 // 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
 // behavior to fit the most common use cases. Applications that require a
 // different setup must implement their own cluster.
 // different setup must implement their own cluster.
 type ClusterConfig struct {
 type ClusterConfig struct {