aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-12 08:47:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-12 08:47:19 +0200
commitbe403973de9898f79dc032a73e5d32a0f958ca1b (patch)
tree93c53f366eb5c054ee19479f88f738dbc21913bf
parent0dadb5e5d0629597084995f74c5ed45e9cecf826 (diff)
Cosmetic changes
-rw-r--r--odb/mysql/query.cxx2
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
//