typos in comments

Change-Id: I1dbb1990033602d7909ecdee72b8b699cce44cab
This commit is contained in:
Lionel Elie Mamane
2012-06-04 17:35:52 +02:00
parent df31ed33b7
commit 5e6a233e7b

View File

@@ -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 ");