aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/query.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-12 08:55:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-12 08:59:54 +0200
commit68a5c554923bcb1ac223908aefd0181870c6d47f (patch)
treececfe66641d3c8b7956a18cc900b8a07a41c3147 /odb/oracle/query.cxx
parent679d03b12e9f5d6932985d722dbe66dec75ca211 (diff)
Cosmetic changes
Diffstat (limited to 'odb/oracle/query.cxx')
-rw-r--r--odb/oracle/query.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/query.cxx b/odb/oracle/query.cxx
index 60c83d8..f561a63 100644
--- a/odb/oracle/query.cxx
+++ b/odb/oracle/query.cxx
@@ -203,7 +203,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
//