diff options
author | Vojta Koukal <koukal.vojta@gmail.com> | 2013-03-03 12:37:19 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-03-03 12:42:47 +0100 |
commit | 9a6ab1568d2c5bad7d546433d1bc62829050aa37 (patch) | |
tree | dbe4025678055f0be4a570cda9049a652127f86f /connectivity | |
parent | 763e94b584411fd856253a06c869a82702f8c89d (diff) |
fdo#60724: fix paramater -> parameter misspelling found by lintian
Change-Id: I6c09767211817533494df34744a265cf28a76105
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/inc/connectivity/parameters.hxx | 2 | ||||
-rw-r--r-- | connectivity/inc/connectivity/paramwrapper.hxx | 2 |
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; |