This commit is contained in:
Michael 2017-05-16 06:00:01 +00:00
parent 124690cc4d
commit 41f94a62fc
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ class dba {
} }
/** /**
* @brief beautifies the query - seful for "SHOW PROCESSLIST" * @brief beautifies the query - useful for "SHOW PROCESSLIST"
* *
* This is safe when we bind the parameters later. * This is safe when we bind the parameters later.
* The parameter values aren't part of the SQL. * The parameter values aren't part of the SQL.