Skip to content

Commit

Permalink
Merge pull request #35 from alicebob/patch-1
Browse files Browse the repository at this point in the history
minus a typo
  • Loading branch information
peterbourgon committed Feb 17, 2015
2 parents 0272c06 + 1a01468 commit 53e6bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pool/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (p *Pool) ID(index int) string {
}

// Close closes all available (idle) connections in the cluster.
// Close does not affect oustanding (in-use) connections.
// Close does not affect outstanding (in-use) connections.
func (p *Pool) Close() error {
for _, pool := range p.connections {
pool.closeAll()
Expand Down

0 comments on commit 53e6bd8

Please sign in to comment.