This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 76a54f9610 Fix spelling (#431)
76a54f9610 is described below
commit 76a54f96102e7418655edaf8bd6c0402a622d359
Author: John Bampton <[email protected]>
AuthorDate: Thu Oct 30 02:40:22 2025 +1000
Fix spelling (#431)
Regenerate the ignored words list `codespell.txt`
---
.github/linters/codespell.txt | 11 -----------
main/basegfx/source/workbench/bezierclip.hxx | 2 +-
main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/cpp2uno.cxx | 2 +-
main/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx | 2 +-
main/bridges/source/cpp_uno/s5abi_macosx_x86-64/cpp2uno.cxx | 2 +-
main/connectivity/inc/connectivity/parameters.hxx | 4 ++--
main/connectivity/inc/connectivity/paramwrapper.hxx | 2 +-
main/dbaccess/source/ui/uno/copytablewizard.cxx | 2 +-
main/extensions/source/propctrlr/formcomponenthandler.hxx | 4 ++--
main/extensions/test/ole/VisualBasic/Module1.vb | 4 ++--
main/extensions/test/ole/cpnt/cpnt.cxx | 2 +-
main/forms/source/richtext/richtextcontrol.cxx | 2 +-
main/l10ntools/inc/inireader.hxx | 2 +-
main/offapi/com/sun/star/drawing/AppletShape.idl | 2 +-
main/offapi/com/sun/star/drawing/PluginShape.idl | 2 +-
main/offapi/com/sun/star/embed/StorageFactory.idl | 2 +-
.../java/OOoRunner/src/main/java/lib/TestParameters.java | 2 +-
.../OOoRunner/src/main/java/mod/_sc/ScTableColumnObj.java | 2 +-
.../OOoRunner/src/main/java/mod/_sc/ScTableColumnsObj.java | 2 +-
main/sal/inc/rtl/ustring.hxx | 12 ++++++------
main/sc/source/ui/vba/vbaaxis.cxx | 2 +-
main/svx/source/svdraw/svdogrp.cxx | 2 +-
main/tools/inc/tools/pathutils.hxx | 4 ++--
.../main/java/org/openoffice/xmerge/ConverterFactory.java | 4 ++--
.../qa-wrapper/results/baseline/xml-base/drawing.mod | 2 +-
main/xmerge/source/palmtests/qa/comparator/dtd/drawing.mod | 2 +-
main/xmloff/dtd/drawing.mod | 2 +-
27 files changed, 36 insertions(+), 47 deletions(-)
diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index 20d0849e0f..fbb2238f50 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -485,8 +485,6 @@ commont
commpn
comparation
compareable
-comparion
-comparions
comparisation
comparsion
compatibel
@@ -928,7 +926,6 @@ elseswhere
embedd
embeded
empress
-emptry
emtpy
enabeld
enablen
@@ -1002,7 +999,6 @@ evnet
evrything
exacly
exacty
-examied
examin
exatly
excactly
@@ -1691,7 +1687,6 @@ makfile
makro
makros
maline
-managament
managet
manuell
mape
@@ -1851,8 +1846,6 @@ objets
obnject
obscur
obsolte
-obtaine
-obtaines
occours
occure
occured
@@ -1962,7 +1955,6 @@ paoition
paragrah
paragraphy
paragrph
-paramaters
paramenter
parametere
parametes
@@ -1973,11 +1965,8 @@ parant
paranthes
parantheses
pararaph
-pararmeter
pard
parem
-paremeter
-paremeters
paremter
parenteses
paret
diff --git a/main/basegfx/source/workbench/bezierclip.hxx
b/main/basegfx/source/workbench/bezierclip.hxx
index 51e414652e..cff0f9e41d 100644
--- a/main/basegfx/source/workbench/bezierclip.hxx
+++ b/main/basegfx/source/workbench/bezierclip.hxx
@@ -80,7 +80,7 @@ Polygon2D convexHull( const Polygon2D& rPoly );
// TODO: find proper epsilon here (try
::std::numeric_limits<NumType>::epsilon()?)!
#define DBL_EPSILON 1.0e-100
-/* little approximate comparions */
+/* little approximate comparisons */
template <typename NumType> bool tolZero( NumType n ) { return fabs(n) <
DBL_EPSILON; }
template <typename NumType> bool tolEqual( NumType n1, NumType n2 ) { return
tolZero(n1-n2); }
template <typename NumType> bool tolLessEqual( NumType n1, NumType n2 ) {
return tolEqual(n1,n2) || n1<n2; }
diff --git a/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/cpp2uno.cxx
b/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/cpp2uno.cxx
index 77f8cfbbe9..0e746b52bd 100644
--- a/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/cpp2uno.cxx
+++ b/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/cpp2uno.cxx
@@ -53,7 +53,7 @@ using namespace ::com::sun::star::uno;
// Perform the UNO call
//
-// We must convert the paramaters stored in gpreg, fpreg and ovrflw to UNO
+// We must convert the parameters stored in gpreg, fpreg and ovrflw to UNO
// arguments and call pThis->getUnoI()->pDispatcher.
//
// gpreg: [ret *], this, [gpr params]
diff --git a/main/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx
b/main/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx
index 7335e19c3d..2a823bd2b0 100644
--- a/main/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx
+++ b/main/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx
@@ -52,7 +52,7 @@ using namespace ::com::sun::star::uno;
// Perform the UNO call
//
-// We must convert the paramaters stored in gpreg, fpreg and ovrflw to UNO
+// We must convert the parameters stored in gpreg, fpreg and ovrflw to UNO
// arguments and call pThis->getUnoI()->pDispatcher.
//
// gpreg: [ret *], this, [gpr params]
diff --git a/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/cpp2uno.cxx
b/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/cpp2uno.cxx
index 7ffc8fbe4f..0edad90673 100644
--- a/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/cpp2uno.cxx
+++ b/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/cpp2uno.cxx
@@ -52,7 +52,7 @@ using namespace ::com::sun::star::uno;
// Perform the UNO call
//
-// We must convert the paramaters stored in gpreg, fpreg and ovrflw to UNO
+// We must convert the parameters stored in gpreg, fpreg and ovrflw to UNO
// arguments and call pThis->getUnoI()->pDispatcher.
//
// gpreg: [ret *], this, [gpr params]
diff --git a/main/connectivity/inc/connectivity/parameters.hxx
b/main/connectivity/inc/connectivity/parameters.hxx
index 9e06d37971..354bf4e036 100644
--- a/main/connectivity/inc/connectivity/parameters.hxx
+++ b/main/connectivity/inc/connectivity/parameters.hxx
@@ -70,7 +70,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
};
@@ -277,7 +277,7 @@ namespace dbtools
const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet >& _rxComponent
);
- /** collects initial meta information about inner paramaters (i.e. it
initially fills
+ /** collects initial meta information about inner parameters (i.e. it
initially fills
<member>m_aParameterInformation</member>).
@param _bSecondRun
diff --git a/main/connectivity/inc/connectivity/paramwrapper.hxx
b/main/connectivity/inc/connectivity/paramwrapper.hxx
index a5d395873d..c5023ec64b 100644
--- a/main/connectivity/inc/connectivity/paramwrapper.hxx
+++ b/main/connectivity/inc/connectivity/paramwrapper.hxx
@@ -193,7 +193,7 @@ namespace param
};
//====================================================================
- //= ParamatersContainer
+ //= ParametersContainer
//====================================================================
typedef ::rtl::Reference< ParameterWrapperContainer >
ParametersContainerRef;
diff --git a/main/dbaccess/source/ui/uno/copytablewizard.cxx
b/main/dbaccess/source/ui/uno/copytablewizard.cxx
index dc294cb673..4a615e4b08 100644
--- a/main/dbaccess/source/ui/uno/copytablewizard.cxx
+++ b/main/dbaccess/source/ui/uno/copytablewizard.cxx
@@ -276,7 +276,7 @@ namespace dbaui
void impl_checkForUnsupportedSettings_throw(
const Reference< XPropertySet >& _rxSourceDescriptor ) const;
- /** obtaines the connection described by the given data access
descriptor
+ /** obtains the connection described by the given data access
descriptor
If needed and possible, the method will ask the user, using the
interaction
handler associated with the database described by the descriptor.
diff --git a/main/extensions/source/propctrlr/formcomponenthandler.hxx
b/main/extensions/source/propctrlr/formcomponenthandler.hxx
index aa52db5979..1cc64ebe6d 100644
--- a/main/extensions/source/propctrlr/formcomponenthandler.hxx
+++ b/main/extensions/source/propctrlr/formcomponenthandler.hxx
@@ -172,12 +172,12 @@ namespace pcr
*/
void impl_initFieldList_nothrow( ::std::vector< ::rtl::OUString >&
rFieldNames ) const;
- /** obtaines the RowSet to which our component belongs
+ /** obtains the RowSet to which our component belongs
If the component is a RowSet itself, it's returned directly. Else,
the parent
is examined for the XRowSet interface. If the parent is no
XRowSet, then
a check is made whether our component is a grid control column,
and if so,
- the parent of the grid control is examied for the XRowSet interace.
+ the parent of the grid control is examined for the XRowSet
interface.
Normally, at least one of those methods should succeed.
*/
diff --git a/main/extensions/test/ole/VisualBasic/Module1.vb
b/main/extensions/test/ole/VisualBasic/Module1.vb
index 9e9750858a..9ad0b639ed 100644
--- a/main/extensions/test/ole/VisualBasic/Module1.vb
+++ b/main/extensions/test/ole/VisualBasic/Module1.vb
@@ -479,14 +479,14 @@ Public Sub Main()
objOleTest2.AttrAny2 = "VBString "
'testinout_methodXInterfaces substitutes the argument with the
object set in in_methodXInterface
- objOleTest.AttrAny2 = "VBString this string was written in the
UNO component to the inout pararmeter"
+ objOleTest.AttrAny2 = "VBString this string was written in the
UNO component to the inout parameter"
objOleTest.in_methodXInterface(objOleTest)
objOleTest.testinout_methodXInterface2(objOleTest2)
Dim tmpVar As Object
tmpVar = System.DBNull.Value
tmpVar = objOleTest2.AttrAny2
Debug.Print("in: Uno out: the same object // " & CStr(tmpVar))
- If tmpVar <> "VBString this string was written in the UNO
component to the inout pararmeter" Then
+ If tmpVar <> "VBString this string was written in the UNO
component to the inout parameter" Then
MsgBox("error")
End If
diff --git a/main/extensions/test/ole/cpnt/cpnt.cxx
b/main/extensions/test/ole/cpnt/cpnt.cxx
index 9e9f68273a..7f6d29381c 100644
--- a/main/extensions/test/ole/cpnt/cpnt.cxx
+++ b/main/extensions/test/ole/cpnt/cpnt.cxx
@@ -1252,7 +1252,7 @@ void SAL_CALL OComponent::testinout_methodXInterface2(
Reference< XInterface > &
// Any any= xTest->getAttrAny2();
// OUString _s;
// any >>= _s;
-// OUString string= _s + OUString((L" this string was written in
the UNO component to the inout pararmeter"));
+// OUString string= _s + OUString((L" this string was written in
the UNO component to the inout parameter"));
// any <<= string;
// xTest->setAttrAny2( any);
// }
diff --git a/main/forms/source/richtext/richtextcontrol.cxx
b/main/forms/source/richtext/richtextcontrol.cxx
index 7e84b0d69b..045e6c8066 100644
--- a/main/forms/source/richtext/richtextcontrol.cxx
+++ b/main/forms/source/richtext/richtextcontrol.cxx
@@ -338,7 +338,7 @@ namespace frm
// the EditEngine of the model
RichTextEngine* pEngine = ORichTextModel::getEditEngine( _rxModel );
- OSL_ENSURE( pEngine, "ORichTextPeer::Create: could not obtaine the
edit engine from the model!" );
+ OSL_ENSURE( pEngine, "ORichTextPeer::Create: could not obtain the edit
engine from the model!" );
if ( !pEngine )
return NULL;
diff --git a/main/l10ntools/inc/inireader.hxx b/main/l10ntools/inc/inireader.hxx
index 4fad4c9553..c6fd05157c 100644
--- a/main/l10ntools/inc/inireader.hxx
+++ b/main/l10ntools/inc/inireader.hxx
@@ -59,7 +59,7 @@ class INIreader
delete section_match;
delete parameter_match;
}
- // open "filename", fill hash_map with sections / paramaters
+ // open "filename", fill hash_map with sections / parameters
bool read( INImap& myMap , string& filename );
private:
diff --git a/main/offapi/com/sun/star/drawing/AppletShape.idl
b/main/offapi/com/sun/star/drawing/AppletShape.idl
index 4310bbc132..9d4072427b 100644
--- a/main/offapi/com/sun/star/drawing/AppletShape.idl
+++ b/main/offapi/com/sun/star/drawing/AppletShape.idl
@@ -74,7 +74,7 @@ published service AppletShape
//-------------------------------------------------------------------------
- /** This sequence contains paramaters that are passed to the applet
+ /** This sequence contains parameters that are passed to the applet
when it is initialized.
*/
[property] sequence< com::sun::star::beans::PropertyValue >
AppletCommands;
diff --git a/main/offapi/com/sun/star/drawing/PluginShape.idl
b/main/offapi/com/sun/star/drawing/PluginShape.idl
index 5b1469e7f2..c4c15f994a 100644
--- a/main/offapi/com/sun/star/drawing/PluginShape.idl
+++ b/main/offapi/com/sun/star/drawing/PluginShape.idl
@@ -64,7 +64,7 @@ published service PluginShape
//-------------------------------------------------------------------------
- /** This sequence contains paramaters that are passed to the application
+ /** This sequence contains parameters that are passed to the application
that renders the plugin when it is initialized.
*/
[property] sequence< com::sun::star::beans::PropertyValue >
PluginCommands;
diff --git a/main/offapi/com/sun/star/embed/StorageFactory.idl
b/main/offapi/com/sun/star/embed/StorageFactory.idl
index c09acdcbc0..aaabe80f65 100644
--- a/main/offapi/com/sun/star/embed/StorageFactory.idl
+++ b/main/offapi/com/sun/star/embed/StorageFactory.idl
@@ -78,7 +78,7 @@ published service StorageFactory
<dt>parameter 3</dt>
<dd>
- this paramenter represents
+ this parameter represents
<type
scope="com::sun::star::uno">Any</type>
containing a sequence of
<type
scope="com::sun::star::beans">PropertyValue</type>.<br>
diff --git a/main/qadevOOo/java/OOoRunner/src/main/java/lib/TestParameters.java
b/main/qadevOOo/java/OOoRunner/src/main/java/lib/TestParameters.java
index a45f456dcc..6afca5b4ac 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/lib/TestParameters.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/lib/TestParameters.java
@@ -338,4 +338,4 @@ public class TestParameters extends Hashtable {
return operatingSystem;
}
-}// finish class TestParamenters
+}// finish class TestParameters
diff --git
a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScTableColumnObj.java
b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScTableColumnObj.java
index 908e244ce4..118db73147 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScTableColumnObj.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScTableColumnObj.java
@@ -97,7 +97,7 @@ public class ScTableColumnObj extends TestCase {
/**
* Creating a Testenvironment for the interfaces to be tested.
* Retrieves a collection of spreadsheets from the document and takes one of
- * them. Obtaines the collection of columns in the range using the interface
+ * them. Obtains the collection of columns in the range using the interface
* <code>XColumnRowRange</code>. Retrieves the column with index 10 that is
* the instance of the service <code>com.sun.star.table.TableColumn</code>.
* Object relations created :
diff --git
a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScTableColumnsObj.java
b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScTableColumnsObj.java
index 1b821e05ad..a493614d73 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScTableColumnsObj.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScTableColumnsObj.java
@@ -98,7 +98,7 @@ public class ScTableColumnsObj extends TestCase {
/**
* Creating a Testenvironment for the interfaces to be tested.
* Retrieves a collection of spreadsheets from the document and takes one of
- * them. Obtaines the collection of columns in the range using the interface
+ * them. Obtains the collection of columns in the range using the interface
* <code>XColumnRowRange</code>. This collection is the instance of the
* service <code>com.sun.star.table.TableColumns</code>.
* @see com.sun.star.table.XColumnRowRange
diff --git a/main/sal/inc/rtl/ustring.hxx b/main/sal/inc/rtl/ustring.hxx
index af7f3e634b..bea0e980eb 100644
--- a/main/sal/inc/rtl/ustring.hxx
+++ b/main/sal/inc/rtl/ustring.hxx
@@ -46,7 +46,7 @@ namespace rtl
/**
This String class provide base functionality for C++ like Unicode
character array handling. The advantage of this class is, that it
- handle all the memory managament for you - and it do it
+ handle all the memory management for you - and it do it
more efficient. If you assign a string to another string, the
data of both strings are shared (without any copy operation or
memory allocation) as long as you do not change the string. This class
@@ -412,7 +412,7 @@ public:
This function can't be used for language specific comparison.
@param str the object (substring) to be compared.
- @param fromIndex the index to start the comparion from.
+ @param fromIndex the index to start the comparison from.
The index must be greater or equal than 0
and less or equal as the string length.
@return sal_True if str match with the characters in the string
@@ -436,7 +436,7 @@ public:
This function can't be used for language specific comparison.
@param str the object (substring) to be compared.
- @param fromIndex the index to start the comparion from.
+ @param fromIndex the index to start the comparison from.
The index must be greater or equal than 0
and less or equal as the string length.
@return sal_True if str match with the characters in the string
@@ -630,7 +630,7 @@ public:
This function can't be used for language specific comparison.
@param str the object (substring) to be compared.
- @param fromIndex the index to start the comparion from.
+ @param fromIndex the index to start the comparison from.
The index must be greater or equal than 0
and less or equal as the string length.
@return sal_True if str match with the characters in the string
@@ -660,7 +660,7 @@ public:
@param asciiStr the 8-Bit ASCII character string to be
compared.
@param asciiStrLength the length of the ascii string
- @param fromIndex the index to start the comparion from.
+ @param fromIndex the index to start the comparison from.
The index must be greater or equal than 0
and less or equal as the string length.
@return sal_True if str match with the characters in the string
@@ -1129,7 +1129,7 @@ public:
Returns the first character from this string.
@return the first character from this string or 0, if this string
- is emptry.
+ is empty.
*/
sal_Unicode toChar() const SAL_THROW(())
{
diff --git a/main/sc/source/ui/vba/vbaaxis.cxx
b/main/sc/source/ui/vba/vbaaxis.cxx
index 990da3b70f..1179d4e138 100644
--- a/main/sc/source/ui/vba/vbaaxis.cxx
+++ b/main/sc/source/ui/vba/vbaaxis.cxx
@@ -576,7 +576,7 @@ ScVbaAxis::setScaleType( ::sal_Int32 _nScaleType ) throw
(script::BasicErrorExce
mxPropertySet->setPropertyValue(
rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Logarithmic" ) ), uno::makeAny(
sal_True ) );
break;
default:
- // According to MS the paramenter is
ignored and no Error is thrown
+ // According to MS the parameter is
ignored and no Error is thrown
break;
}
}
diff --git a/main/svx/source/svdraw/svdogrp.cxx
b/main/svx/source/svdraw/svdogrp.cxx
index 41f3c548c0..41a4027a7b 100644
--- a/main/svx/source/svdraw/svdogrp.cxx
+++ b/main/svx/source/svdraw/svdogrp.cxx
@@ -305,7 +305,7 @@ void SdrObjGroup::operator=(const SdrObject& rObj)
pSub->SetModel(rSourceSubList.GetModel());
pSub->CopyObjects(*rObj.GetSubList());
- // copy local paremeters
+ // copy local parameters
aRefPoint =((SdrObjGroup&)rObj).aRefPoint;
bRefPoint =((SdrObjGroup&)rObj).bRefPoint;
}
diff --git a/main/tools/inc/tools/pathutils.hxx
b/main/tools/inc/tools/pathutils.hxx
index cd8b7288c8..a5323fbb8b 100644
--- a/main/tools/inc/tools/pathutils.hxx
+++ b/main/tools/inc/tools/pathutils.hxx
@@ -59,7 +59,7 @@ WCHAR * filename(WCHAR * path);
// x\y\.. and x might denote different directories).
//
// @param path
-// An output paremeter taking the resulting path; must point at a valid range
of
+// An output parameter taking the resulting path; must point at a valid range
of
// memory of size at least MAX_PATH. If NULL is returned, the content is
// unspecified.
//
@@ -67,7 +67,7 @@ WCHAR * filename(WCHAR * path);
// Forms a valid range [frontBegin .. frontEnd) of less than MAX_PATH size.
//
// @param backBegin, backLength
-// Forms a valid range [backBeghin .. backBegin + backLength) of less than
+// Forms a valid range [backBegin .. backBegin + backLength) of less than
// MAX_PATH size.
//
// @return
diff --git
a/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/ConverterFactory.java
b/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/ConverterFactory.java
index 48f8427a51..0cbbce8d28 100644
---
a/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/ConverterFactory.java
+++
b/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/ConverterFactory.java
@@ -54,7 +54,7 @@ public class ConverterFactory {
ConverterInfo foundInfo = null;
- // findConverterInfo expects the second paramenter to be the
+ // findConverterInfo expects the second parameter to be the
// destination MimeType
if (foundInfo.isValidOfficeType(mimeTypeOut))
foundInfo = ConverterInfoMgr.findConverterInfo(mimeTypeIn,
mimeTypeOut);
@@ -87,7 +87,7 @@ public class ConverterFactory {
toOffice = foundInfo.isValidOfficeType(mimeTypeOut);
- // findConverterInfo expects the second paramenter to be the
+ // findConverterInfo expects the second parameter to be the
// destination MimeType
if (toOffice)
foundInfo = ConverterInfoMgr.findConverterInfo(mimeTypeIn,
mimeTypeOut);
diff --git
a/main/xmerge/source/palmtests/qa-wrapper/results/baseline/xml-base/drawing.mod
b/main/xmerge/source/palmtests/qa-wrapper/results/baseline/xml-base/drawing.mod
index 3029e592cb..fd025732da 100644
---
a/main/xmerge/source/palmtests/qa-wrapper/results/baseline/xml-base/drawing.mod
+++
b/main/xmerge/source/palmtests/qa-wrapper/results/baseline/xml-base/drawing.mod
@@ -770,7 +770,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>
diff --git a/main/xmerge/source/palmtests/qa/comparator/dtd/drawing.mod
b/main/xmerge/source/palmtests/qa/comparator/dtd/drawing.mod
index 3029e592cb..fd025732da 100644
--- a/main/xmerge/source/palmtests/qa/comparator/dtd/drawing.mod
+++ b/main/xmerge/source/palmtests/qa/comparator/dtd/drawing.mod
@@ -770,7 +770,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>
diff --git a/main/xmloff/dtd/drawing.mod b/main/xmloff/dtd/drawing.mod
index ff0f00e673..62f67dcefa 100644
--- a/main/xmloff/dtd/drawing.mod
+++ b/main/xmloff/dtd/drawing.mod
@@ -794,7 +794,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>