diff options
-rw-r--r-- | odb/mysql/query.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/query.cxx b/odb/mysql/query.cxx index b313b0e..fec8031 100644 --- a/odb/mysql/query.cxx +++ b/odb/mysql/query.cxx @@ -202,7 +202,7 @@ namespace odb optimize () { // Remove a single TRUE literal or one that is followe by one of - // the other clauses. This avoids usless WHERE clauses like + // the other clauses. This avoids useless WHERE clauses like // // WHERE TRUE GROUP BY foo // |