diff options
-rw-r--r-- | odb/sqlite/query.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/query.cxx b/odb/sqlite/query.cxx index 222805b..1667a92 100644 --- a/odb/sqlite/query.cxx +++ b/odb/sqlite/query.cxx @@ -231,7 +231,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 // |