aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-12 08:48:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-12 08:48:03 +0200
commit6d217bf037d27eb5a82eb1ebecbc06c9f7da76eb (patch)
tree5e01d3819a0bf8693ea024897e6cd4e05186b13e
parentf85e4bbdcfa4a111b6a6f9104b9bf666046ab061 (diff)
Cosmetic changes
-rw-r--r--odb/sqlite/query.cxx2
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
//