summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 08:23:23 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:45 +0200
commitee67ff6e1aee2889aacd112e2c6a064936db513b (patch)
tree522ad33357a5e7f037581e15335dcddbcde1dea8 /connectivity
parent722f9e01839ec27a5a6e7fcac91abdc5dca16d76 (diff)
typo: recusive -> recursive
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/ado/APreparedStatement.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/ado/APreparedStatement.cxx b/connectivity/source/drivers/ado/APreparedStatement.cxx
index 8692726a30cc..31ed7ac31cc4 100644
--- a/connectivity/source/drivers/ado/APreparedStatement.cxx
+++ b/connectivity/source/drivers/ado/APreparedStatement.cxx
@@ -63,7 +63,7 @@ OPreparedStatement::OPreparedStatement( OConnection* _pConnection,const OTypeInf
OSQLParseNode* pNode = aParser.parseTree(sErrorMessage,sql);
if(pNode)
{ // special handling for parameters
- // we recusive replace all occurrences of ? in the statement and
+ // we recursive replace all occurrences of ? in the statement and
// replace them with name like "parame" */
sal_Int32 nParameterCount = 0;
OUString sDefaultName( "parame" );