diff options
| author | Martin Olsson <martin@minimum.se> | 2013-12-27 08:59:02 -0800 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2013-12-27 08:59:02 -0800 |
| commit | 5499034a7143d631e31b108b0c14c86c2345d458 (patch) | |
| tree | a64b7b258bbfd2df3a1d7fd255621a7b66f88d66 /src/pkg/database/sql/sql.go | |
| parent | 3980aad49d1219a385d70925053208031eb44ee3 (diff) | |
| download | go-5499034a7143d631e31b108b0c14c86c2345d458.tar.xz | |
all: fix a few spelling errors in source comments
R=golang-codereviews, dave, iant
CC=golang-codereviews
https://golang.org/cl/45750044
Diffstat (limited to 'src/pkg/database/sql/sql.go')
| -rw-r--r-- | src/pkg/database/sql/sql.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/database/sql/sql.go b/src/pkg/database/sql/sql.go index a0bd051628..4f86d24b2e 100644 --- a/src/pkg/database/sql/sql.go +++ b/src/pkg/database/sql/sql.go @@ -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() |
