From 18cdded9007a93b8bc1de151da21b1a1280be722 Mon Sep 17 00:00:00 2001 From: pomadev Date: Wed, 21 Feb 2024 16:06:43 +0900 Subject: fix: some typos --- sqlite3_opt_userauth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlite3_opt_userauth.go') diff --git a/sqlite3_opt_userauth.go b/sqlite3_opt_userauth.go index de9630c..76d8401 100644 --- a/sqlite3_opt_userauth.go +++ b/sqlite3_opt_userauth.go @@ -86,7 +86,7 @@ var ( // combination is incorrect or unknown. // // If the SQLITE_USER table is not present in the database file, then -// this interface is a harmless no-op returnning SQLITE_OK. +// this interface is a harmless no-op returning SQLITE_OK. func (c *SQLiteConn) Authenticate(username, password string) error { rv := c.authenticate(username, password) switch rv { -- cgit v1.2.3