aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
//