go/src/database/sql
Josh Bleecher Snyder 5781df421e all: s/cancelation/cancellation/
Though there is variation in the spelling of canceled,
cancellation is always spelled with a double l.

Reference: https://www.grammarly.com/blog/canceled-vs-cancelled/

Change-Id: I240f1a297776c8e27e74f3eca566d2bc4c856f2f
Reviewed-on: https://go-review.googlesource.com/c/go/+/170060
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-04-16 20:27:15 +00:00
..
driver database/sql: fix comment grammar 2019-03-07 05:19:01 +00:00
convert.go database/sql: add support for returning cursors to client 2018-11-08 21:19:17 +00:00
convert_test.go database/sql: fix TestConversions when count > 1 2018-01-25 03:39:24 +00:00
ctxutil.go database/sql: fix ctx.Done() == nil check 2017-11-15 21:28:27 +00:00
doc.txt database/sql: fix outdated package name in doc.txt 2017-06-30 19:11:17 +00:00
example_cli_test.go database/sql: add examples for opening and testing a DB pool 2018-11-16 17:17:09 +00:00
example_service_test.go database/sql: add examples for opening and testing a DB pool 2018-11-16 17:17:09 +00:00
example_test.go database/sql: add example for DB.Prepare and Tx.Prepare 2019-03-25 15:51:17 +00:00
fakedb_test.go database/sql: add NullTime 2019-04-05 18:03:45 +00:00
sql.go all: s/cancelation/cancellation/ 2019-04-16 20:27:15 +00:00
sql_test.go database/sql: add NullTime 2019-04-05 18:03:45 +00:00