diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-12 08:48:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-12 08:48:03 +0200 |
commit | 6d217bf037d27eb5a82eb1ebecbc06c9f7da76eb (patch) | |
tree | 5e01d3819a0bf8693ea024897e6cd4e05186b13e | |
parent | f85e4bbdcfa4a111b6a6f9104b9bf666046ab061 (diff) |
Cosmetic changes
-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 // |