1
0
mirror of https://github.com/golang/go synced 2024-11-18 09:54:57 -07:00

database/sql: fix spelling mistake in tests

Change-Id: I04e150d4e4123aad2f277e5c6e9f2abd15628a28
Reviewed-on: https://go-review.googlesource.com/37941
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Kevin Burke 2017-03-08 10:22:00 -08:00 committed by Brad Fitzpatrick
parent 2123a6c644
commit 6fbedc1afe

View 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) {