summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-21 13:13:23 +0200
committerNoel Grandin <noel@peralex.com>2014-05-21 13:14:11 +0200
commitf824604b5c1b480bf6680935362eb1d4617187c9 (patch)
tree55056ecdb3572008af918e2ccbb073bc7159b411 /dbaccess
parent46f1a5a7de28c75a8e977909d7f6e91a22875e0c (diff)
fix spelling
Change-Id: I1a4d66a78549ea49649a6bed92acb44dbd8b13e2
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/RowSetCache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/RowSetCache.cxx b/dbaccess/source/core/api/RowSetCache.cxx
index 8abdbe524b14..18de7b71b465 100644
--- a/dbaccess/source/core/api/RowSetCache.cxx
+++ b/dbaccess/source/core/api/RowSetCache.cxx
@@ -1589,7 +1589,7 @@ bool ORowSetCache::checkJoin(const Reference< XConnection>& _xConnection,
// we found only one element so it must some kind of join here
OSQLParseNode* pJoin = pTableRefCommalist->getByRule(::connectivity::OSQLParseNode::qualified_join);
if(pJoin)
- { // we are only intereseted in qualified joins like RIGHT or LEFT
+ { // we are only interested in qualified joins like RIGHT or LEFT
OSQLParseNode* pJoinType = pJoin->getChild(1);
OSQLParseNode* pOuterType = NULL;
if(SQL_ISRULE(pJoinType,join_type) && pJoinType->count() == 2)