diff options
-rw-r--r-- | connectivity/inc/connectivity/parameters.hxx | 2 | ||||
-rw-r--r-- | connectivity/inc/connectivity/paramwrapper.hxx | 2 | ||||
-rw-r--r-- | xmloff/dtd/drawing.mod | 2 |
3 files changed, 3 insertions, 3 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; diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod index d80fd0544124..42a601382129 100644 --- a/xmloff/dtd/drawing.mod +++ b/xmloff/dtd/drawing.mod @@ -789,7 +789,7 @@ <!ATTLIST draw:plugin %draw-position;> <!ATTLIST draw:plugin %draw-end-position; > -<!-- Paramaters --> +<!-- Parameters --> <!ELEMENT draw:param EMPTY> <!ATTLIST draw:param draw:name CDATA #IMPLIED> <!ATTLIST draw:param draw:value CDATA #IMPLIED> |