aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_test.go
diff options
context:
space:
mode:
authorJohn Gallagher <johnkgallagher@gmail.com>2012-04-06 22:46:11 -0400
committerJohn Gallagher <johnkgallagher@gmail.com>2012-04-06 22:46:11 -0400
commite85c34cf5c1492ab90e601561ae5b46a77df61d0 (patch)
tree21a64e9cc44a636bea26065e00137411b610705b /sqlite3_test.go
parentadd travis recepi. (diff)
downloadgolite-e85c34cf5c1492ab90e601561ae5b46a77df61d0.tar.gz
golite-e85c34cf5c1492ab90e601561ae5b46a77df61d0.tar.xz
Fix typo (Tailed -> Failed).
Diffstat (limited to 'sqlite3_test.go')
-rw-r--r--sqlite3_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite3_test.go b/sqlite3_test.go
index 7cbe8c3..60feb86 100644
--- a/sqlite3_test.go
+++ b/sqlite3_test.go
@@ -213,7 +213,7 @@ func TestDelete(t *testing.T) {
func TestBooleanRoundtrip(t *testing.T) {
db, err := sql.Open("sqlite3", "./foo.db")
if err != nil {
- t.Errorf("Tailed to open database:", err)
+ t.Errorf("Failed to open database:", err)
return
}
defer os.Remove("./foo.db")