From 1bfe2f6db26ac4f6bef203a4dfc29cd4504a05f9 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 19 Dec 2020 22:01:46 -0500 Subject: [PATCH] spelling: habit Signed-off-by: Josh Soref --- storage/sql/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/sql/config_test.go b/storage/sql/config_test.go index 5fc45848..1178728c 100644 --- a/storage/sql/config_test.go +++ b/storage/sql/config_test.go @@ -59,7 +59,7 @@ type opener interface { } func testDB(t *testing.T, o opener, withTransactions bool) { - // t.Fatal has a bad habbit of not actually printing the error + // t.Fatal has a bad habit of not actually printing the error fatal := func(i interface{}) { fmt.Fprintln(os.Stdout, i) t.Fatal(i)