all: fix a few spelling errors in source comments

R=golang-codereviews, dave, iant
CC=golang-codereviews
https://golang.org/cl/45750044
This commit is contained in:
Martin Olsson 2013-12-27 08:59:02 -08:00 committed by Ian Lance Taylor
parent 3980aad49d
commit 5499034a71
10 changed files with 12 additions and 12 deletions

View file

@ -569,7 +569,7 @@ func (db *DB) maybeOpenNewConnections() {
}
}
// Runs in a seperate goroutine, opens new connections when requested.
// Runs in a separate goroutine, opens new connections when requested.
func (db *DB) connectionOpener() {
for _ = range db.openerCh {
db.openNewConnection()