summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2011-10-29 07:55:06 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2011-10-30 12:39:38 +0100
commitbe1bc3c80a684e68743a020f64c2e665c11ea635 (patch)
tree5dda6a5f68c58e97e0bbdf0675d89a87fc90fb58 /connectivity
parentTypo/spelling in comment (diff)
downloadcore-be1bc3c80a684e68743a020f64c2e665c11ea635.tar.gz
core-be1bc3c80a684e68743a020f64c2e665c11ea635.zip
wrong logic in comment
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/inc/connectivity/sqlnode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/inc/connectivity/sqlnode.hxx b/connectivity/inc/connectivity/sqlnode.hxx
index 0abfdb2bbe75..932970273bb3 100644
--- a/connectivity/inc/connectivity/sqlnode.hxx
+++ b/connectivity/inc/connectivity/sqlnode.hxx
@@ -315,7 +315,7 @@ namespace connectivity
Currently, there's only one condition how this method can fail: If it contains a nested
query which causes a cycle. E.g., consider a statement <code>SELECT * from "foo"</code>,
- where <code>bar </code> is a query defined as <code>SELECT * FROM "bar"</code>, where
+ where <code>foo</code> is a query defined as <code>SELECT * FROM "bar"</code>, where
<code>bar</code> is defined as <code>SELECT * FROM "foo"</code>. This statement obviously
cannot be parsed to an executable statement.