aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-12 08:48:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-12 08:48:31 +0200
commit4ea34b898115d94e4c3907df3b73289d34652564 (patch)
tree647af3e159e4248bf543eafae08323e8705b0186
parente7e076bc13ad307010969efd97385354ce011613 (diff)
Cosmetic changes
-rw-r--r--odb/pgsql/query.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/query.cxx b/odb/pgsql/query.cxx
index b32959e..dd7de0e 100644
--- a/odb/pgsql/query.cxx
+++ b/odb/pgsql/query.cxx
@@ -295,7 +295,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
//