From 5499034a7143d631e31b108b0c14c86c2345d458 Mon Sep 17 00:00:00 2001 From: Martin Olsson Date: Fri, 27 Dec 2013 08:59:02 -0800 Subject: all: fix a few spelling errors in source comments R=golang-codereviews, dave, iant CC=golang-codereviews https://golang.org/cl/45750044 --- src/pkg/database/sql/sql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/database/sql/sql.go') 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() -- cgit v1.3