1
0
mirror of https://github.com/golang/go synced 2024-11-20 02:24:43 -07:00
go/src/database/sql
Agniva De Sarker ea5e3bd2a1 all: fix easy-to-miss typos
Using the wonderful https://github.com/client9/misspell tool.

Change-Id: Icdbc75a5559854f4a7a61b5271bcc7e3f99a1a24
Reviewed-on: https://go-review.googlesource.com/57851
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-08-23 03:07:12 +00:00
..
driver database/sql: allow drivers to support custom arg types 2017-05-18 22:22:31 +00:00
convert_test.go database/sql: allow drivers to support custom arg types 2017-05-18 22:22:31 +00:00
convert.go all: fix easy-to-miss typos 2017-08-23 03:07:12 +00:00
ctxutil.go database/sql: fail on unsupported options when context is un-cancellable 2017-08-09 20:06:20 +00:00
doc.txt database/sql: fix outdated package name in doc.txt 2017-06-30 19:11:17 +00:00
example_test.go all: minor vet fixes 2016-10-24 17:27:37 +00:00
fakedb_test.go database/sql: correct level of write to same var for race detector 2017-06-12 21:58:53 +00:00
sql_test.go all: fix easy-to-miss typos 2017-08-23 03:07:12 +00:00
sql.go database/sql: fix wrong method name in description 2017-07-18 04:42:09 +00:00