Commit 6fbedc1a authored by Kevin Burke's avatar Kevin Burke Committed by Brad Fitzpatrick

database/sql: fix spelling mistake in tests

Change-Id: I04e150d4e4123aad2f277e5c6e9f2abd15628a28
Reviewed-on: https://go-review.googlesource.com/37941Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 2123a6c6
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment