summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-05-28 14:50:51 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-05-28 14:51:14 +0200
commitdcd5136b80891e02a28939572f0f62e182f0fb76 (patch)
treef0ba8ac6e6141fc9d418ce5ed2d2dfe02640e3e4 /dbaccess
parent578b7df37638cf9afad327900d2140aabd0c3556 (diff)
Fix typos
Change-Id: I39d54e3f635be6cb7a42fc9a0f7055619c885950
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/KeySet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/KeySet.cxx b/dbaccess/source/core/api/KeySet.cxx
index 26112cfb501e..7399cb5b32ee 100644
--- a/dbaccess/source/core/api/KeySet.cxx
+++ b/dbaccess/source/core/api/KeySet.cxx
@@ -292,7 +292,7 @@ void OKeySet::construct(const Reference< XResultSet>& _xDriverSet,const ::rtl::O
findTableColumnsMatching_throw(makeAny(m_xTable),m_sUpdateTableName,xMeta,xQueryColumns,m_pKeyColumnNames);
// the first row is empty because it's now easier for us to distinguish when we are beforefirst or first
- // without extra varaible to be set
+ // without extra variable to be set
m_aKeyMap.insert(OKeySetMatrix::value_type(0,OKeySetValue(NULL,::std::pair<sal_Int32,Reference<XRow> >(0,NULL))));
m_aKeyIter = m_aKeyMap.begin();