diff options
| author | Robert Hencke <robert.hencke@gmail.com> | 2014-04-29 12:44:40 -0400 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2014-04-29 12:44:40 -0400 |
| commit | f999e14f025b69516dd3e126d04dd309adb2fce0 (patch) | |
| tree | b852e95182baebf43106aab31dff9591d445bed9 /src/pkg/database/sql/sql_test.go | |
| parent | fee51f45ab37c77ad8b7967b091ddf19d4e259a3 (diff) | |
| download | go-f999e14f025b69516dd3e126d04dd309adb2fce0.tar.xz | |
all: spelling tweaks, A-G
LGTM=ruiu, bradfitz
R=golang-codereviews, bradfitz, ruiu
CC=golang-codereviews
https://golang.org/cl/91840044
Diffstat (limited to 'src/pkg/database/sql/sql_test.go')
| -rw-r--r-- | src/pkg/database/sql/sql_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/database/sql/sql_test.go b/src/pkg/database/sql/sql_test.go index a0a20df6f8..7971f14917 100644 --- a/src/pkg/database/sql/sql_test.go +++ b/src/pkg/database/sql/sql_test.go @@ -461,7 +461,7 @@ func TestTxStmt(t *testing.T) { } // Issue: http://golang.org/issue/2784 -// This test didn't fail before because we got luckly with the fakedb driver. +// This test didn't fail before because we got lucky with the fakedb driver. // It was failing, and now not, in github.com/bradfitz/go-sql-test func TestTxQuery(t *testing.T) { db := newTestDB(t, "") |
