diff --git a/strmangle/strmangle.go b/strmangle/strmangle.go index b330ac0..b3c16bc 100644 --- a/strmangle/strmangle.go +++ b/strmangle/strmangle.go @@ -93,7 +93,7 @@ func SchemaTable(lq, rq string, driver string, schema string, table string) stri return fmt.Sprintf(`%s%s%s`, lq, table, rq) } -// IdentQuote attempts to quote simple identifiers in SQL tatements +// IdentQuote attempts to quote simple identifiers in SQL statements func IdentQuote(lq byte, rq byte, s string) string { if strings.ToLower(s) == "null" || s == "?" { return s