]> Cypherpunks repositories - gostls13.git/commitdiff
database/sql: fix spelling mistake in tests
authorKevin Burke <kev@inburke.com>
Wed, 8 Mar 2017 18:22:00 +0000 (10:22 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 8 Mar 2017 18:27:19 +0000 (18:27 +0000)
Change-Id: I04e150d4e4123aad2f277e5c6e9f2abd15628a28
Reviewed-on: https://go-review.googlesource.com/37941
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/database/sql/sql_test.go

index 79732d4703957a411d48aa7313c0c0b98cfccbd6..4c1adf51b61ed988beb8a62fff611828967d2d1e 100644 (file)
@@ -1161,7 +1161,7 @@ func TestParentStmtOutlivesTxStmt(t *testing.T) {
        }
 }
 
-// Test that tx.Stmt called with a statment already
+// Test that tx.Stmt called with a statement already
 // associated with tx as argument re-prepares the same
 // statement again.
 func TestTxStmtFromTxStmtRePrepares(t *testing.T) {