Fix typo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Elara 2024-10-29 17:20:50 -07:00
parent ddff13518f
commit c0c8366b7b

View File

@ -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: