summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 08:39:07 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:54 +0200
commit8d202fa72f024529092b24197f9b5d28d4c1f6d1 (patch)
treeef784961a076b39f7614b86ded60eb0eb9ae4a98 /connectivity
parent5833de5cd7ff708978df5e694090e2b13229c989 (diff)
typo: paramter -> parameter
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/commontools/parameters.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx
index ebba03384f9e..fd1193e56264 100644
--- a/connectivity/source/commontools/parameters.cxx
+++ b/connectivity/source/commontools/parameters.cxx
@@ -555,7 +555,7 @@ namespace dbtools
sal_Int32 nMasterLen = m_aMasterFields.getLength();
// loop through all master fields. For each of them, get the respective column from the
- // parent , and forward its current value as paramter value to the (inner) row set
+ // parent , and forward its current value as parameter value to the (inner) row set
for ( sal_Int32 i = 0; i < nMasterLen; ++i, ++pMasterFields, ++pDetailFields )
{
// does the name denote a valid column in the parent?