summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2012-06-04 17:35:52 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2012-06-04 19:22:45 +0200
commit5e6a233e7bf45c426493f99d01a4b23d8ce94034 (patch)
treeaa6cbae6dc4c582406929d306418b2d8c7896852 /dbaccess
parentdf31ed33b7eab6e2e2950358a82bde1cccdbd683 (diff)
typos in comments
Change-Id: I1dbb1990033602d7909ecdee72b8b699cce44cab
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 c1b327cea51d..27b2b2866212 100644
--- a/dbaccess/source/core/api/KeySet.cxx
+++ b/dbaccess/source/core/api/KeySet.cxx
@@ -433,7 +433,7 @@ Sequence< sal_Int32 > SAL_CALL OKeySet::deleteRows( const Sequence< Any >& rows
aSql.append(m_aComposedTableName);
aSql.append(::rtl::OUString(" WHERE "));
- // list all cloumns that should be set
+ // list all columns that should be set
const ::rtl::OUString aQuote = getIdentifierQuoteString();
static ::rtl::OUString aAnd(" AND ");
static ::rtl::OUString aOr(" OR ");