diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2012-11-26 06:36:53 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2012-11-26 06:56:58 +0100 |
commit | 91fff62c87512e16d4f0446c337242e462dc2aec (patch) | |
tree | 5c04fb47ab9d02f7893918d6cfd15018c41d5e0d /dbaccess | |
parent | ffdd9120403de0ff892fcc5e112de757c63e7630 (diff) |
Typo in comment
Change-Id: I63e866d5ad6ae76c8e19d04f3be1476f82966e31
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/KeySet.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/KeySet.cxx b/dbaccess/source/core/api/KeySet.cxx index 2fa7eeafddd6..057ebc0c395e 100644 --- a/dbaccess/source/core/api/KeySet.cxx +++ b/dbaccess/source/core/api/KeySet.cxx @@ -447,7 +447,7 @@ Sequence< sal_Int32 > SAL_CALL OKeySet::deleteRows( const Sequence< Any >& rows static ::rtl::OUString aEqual(" = ?"); - // use keys and indexes for excat postioning + // use keys and indexes for exact postioning // first the keys Reference<XNameAccess> xKeyColumns = getKeyColumns(); |