diff --git a/internal/db/sqltabler/sqltabler.go b/internal/db/sqltabler/sqltabler.go index 88687df..cfa410a 100644 --- a/internal/db/sqltabler/sqltabler.go +++ b/internal/db/sqltabler/sqltabler.go @@ -26,7 +26,7 @@ func Modify(stmt, prefix, suffix string) (string, error) { return sb.String(), nil } -// modify changes all the table, viee, trigger, and index names in a single statement +// modify changes all the table, view, trigger, and index names in a single statement func modify(stmt any, prefix, suffix string) { switch stmt := stmt.(type) { case *sqlparser.SelectStatement: