Skip to content

Commit b75aefc

Browse files
committed
fix small codespell issue
1 parent 4bde157 commit b75aefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ func (db *TestDB) tearDown() {
15171517
// q replaces ? parameters if needed
15181518
func (db *TestDB) q(sql string) string {
15191519
switch db.dialect {
1520-
case POSTGRESQL: // repace with $1, $2, ..
1520+
case POSTGRESQL: // replace with $1, $2, ..
15211521
qrx := regexp.MustCompile(`\?`)
15221522
n := 0
15231523
return qrx.ReplaceAllStringFunc(sql, func(string) string {

0 commit comments

Comments
 (0)