summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/inc/connectivity')
-rw-r--r--connectivity/inc/connectivity/parameters.hxx2
-rw-r--r--connectivity/inc/connectivity/paramwrapper.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/inc/connectivity/parameters.hxx b/connectivity/inc/connectivity/parameters.hxx
index e81e39feb45f..648f8df361e0 100644
--- a/connectivity/inc/connectivity/parameters.hxx
+++ b/connectivity/inc/connectivity/parameters.hxx
@@ -64,7 +64,7 @@ namespace dbtools
name is a column name, so an implicit parameter had to be generated for it
*/
eLinkedByColumnName,
- /** parameters which are filled externally (i.e. by XParamaters::setXXX, or by the parameter listeners)
+ /** parameters which are filled externally (i.e. by XParameters::setXXX, or by the parameter listeners)
*/
eFilledExternally
};
diff --git a/connectivity/inc/connectivity/paramwrapper.hxx b/connectivity/inc/connectivity/paramwrapper.hxx
index e2fbfc3eb77a..f2f6354708f7 100644
--- a/connectivity/inc/connectivity/paramwrapper.hxx
+++ b/connectivity/inc/connectivity/paramwrapper.hxx
@@ -187,7 +187,7 @@ namespace param
};
//====================================================================
- //= ParamatersContainer
+ //= ParametersContainer
//====================================================================
typedef ::rtl::Reference< ParameterWrapperContainer > ParametersContainerRef;