This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 41625b4499 Fix spelling (#413)
41625b4499 is described below
commit 41625b4499895ff7578d6a425d2be49cc60e30f0
Author: John Bampton <[email protected]>
AuthorDate: Sat Sep 6 23:25:27 2025 +1000
Fix spelling (#413)
* Fix spelling
* Recreate the ignored words list
(cherry picked from commit 6e2947abcd32c68d8b41a6b46ee7d63b91c825fe)
---
main/basic/source/inc/namecont.hxx | 2 +-
main/basic/source/inc/scriptcont.hxx | 2 +-
main/comphelper/inc/comphelper/servicehelper.hxx | 2 +-
.../inc/drawinglayer/primitive2d/markerarrayprimitive2d.hxx | 2 +-
main/drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx | 2 +-
main/drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx | 4 ++--
main/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx | 4 ++--
main/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx | 4 ++--
main/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx | 4 ++--
main/extensions/source/macosx/spotlight/unzip.h | 2 +-
main/extensions/source/macosx/spotlight/unzip.m | 2 +-
main/filter/source/msfilter/eschesdo.cxx | 2 +-
main/framework/inc/threadhelp/gate.hxx | 2 +-
.../DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java | 2 +-
main/offapi/com/sun/star/security/ExtAltNameType.idl | 2 +-
main/offapi/com/sun/star/xml/crypto/SecurityOperationStatus.idl | 2 +-
main/package/source/package/zippackage/ZipPackage.cxx | 2 +-
main/rat-excludes | 2 +-
main/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx | 2 +-
main/sfx2/source/control/shell.cxx | 2 +-
main/sfx2/source/doc/objmisc.cxx | 2 +-
main/sfx2/source/doc/printhelper.cxx | 2 +-
main/slideshow/source/engine/animationnodes/basenode.cxx | 2 +-
main/svx/inc/svx/unobrushitemhelper.hxx | 2 +-
main/svx/source/fmcomp/gridctrl.cxx | 2 +-
main/sw/source/core/unocore/unostyle.cxx | 2 +-
main/sw/source/filter/ww8/wrtww8.hxx | 2 +-
main/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java | 2 +-
28 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/main/basic/source/inc/namecont.hxx
b/main/basic/source/inc/namecont.hxx
index d2db25d374..c23621d043 100644
--- a/main/basic/source/inc/namecont.hxx
+++ b/main/basic/source/inc/namecont.hxx
@@ -282,7 +282,7 @@ protected:
void implImportLibDescriptor( SfxLibrary* pLib,
::xmlscript::LibDescriptor& rLib );
- // Methods to distinguish between deffirent library types
+ // Methods to distinguish between different library types
virtual SfxLibrary* SAL_CALL implCreateLibrary( const ::rtl::OUString&
aName ) = 0;
virtual SfxLibrary* SAL_CALL implCreateLibraryLink
( const ::rtl::OUString& aName, const ::rtl::OUString&
aLibInfoFileURL,
diff --git a/main/basic/source/inc/scriptcont.hxx
b/main/basic/source/inc/scriptcont.hxx
index 07e07fb7e7..8bfab3812c 100644
--- a/main/basic/source/inc/scriptcont.hxx
+++ b/main/basic/source/inc/scriptcont.hxx
@@ -41,7 +41,7 @@ class SfxScriptLibraryContainer : public SfxLibraryContainer,
public OldBasicPas
::rtl::OUString maScriptLanguage;
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess
> mxCodeNameAccess;
- // Methods to distinguish between deffirent library types
+ // Methods to distinguish between different library types
virtual SfxLibrary* SAL_CALL implCreateLibrary( const ::rtl::OUString&
aName );
virtual SfxLibrary* SAL_CALL implCreateLibraryLink
( const ::rtl::OUString& aName, const ::rtl::OUString&
aLibInfoFileURL,
diff --git a/main/comphelper/inc/comphelper/servicehelper.hxx
b/main/comphelper/inc/comphelper/servicehelper.hxx
index 7bb176b010..fe61f9ce74 100644
--- a/main/comphelper/inc/comphelper/servicehelper.hxx
+++ b/main/comphelper/inc/comphelper/servicehelper.hxx
@@ -33,7 +33,7 @@
Usage:
Put a UNO3_GETIMPLEMENTATION_DECL( classname ) inside your class
- definitian and UNO3_GETIMPLEMENTATION_IMPL( classname ) inside
+ definition and UNO3_GETIMPLEMENTATION_IMPL( classname ) inside
your cxx file. Your class must inherit
::com::sun::star::uno::XUnoTunnel
and export it with queryInterface. Implementation of XUnoTunnel
is
done by this macro.
diff --git
a/main/drawinglayer/inc/drawinglayer/primitive2d/markerarrayprimitive2d.hxx
b/main/drawinglayer/inc/drawinglayer/primitive2d/markerarrayprimitive2d.hxx
index 79a698bade..5a20bbae70 100644
--- a/main/drawinglayer/inc/drawinglayer/primitive2d/markerarrayprimitive2d.hxx
+++ b/main/drawinglayer/inc/drawinglayer/primitive2d/markerarrayprimitive2d.hxx
@@ -55,7 +55,7 @@ namespace drawinglayer
/// the positions for the marker
std::vector< basegfx::B2DPoint >
maPositions;
- /// the marker definintion to visualize
+ /// the marker definition to visualize
BitmapEx
maMarker;
protected:
diff --git a/main/drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx
b/main/drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx
index e1f96a8f8e..a0d80058fe 100644
--- a/main/drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx
+++ b/main/drawinglayer/source/primitive2d/textdecoratedprimitive2d.cxx
@@ -179,7 +179,7 @@ namespace drawinglayer
else
{
// no split, was already a single word. Continue to
- // decompse local entity
+ // decompose local entity
}
}
std::vector< Primitive2DReference > aNewPrimitives;
diff --git a/main/drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx
b/main/drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx
index 431539688a..8825817572 100644
--- a/main/drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx
+++ b/main/drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx
@@ -199,9 +199,9 @@ namespace drawinglayer
basegfx::B3DRange SdrCubePrimitive3D::getB3DRange(const
geometry::ViewInformation3D& /*rViewInformation*/) const
{
- // use defaut from sdrPrimitive3D which uses
transformation expanded by line width/2.
+ // use default from sdrPrimitive3D which uses
transformation expanded by line width/2.
// The parent implementation which uses the ranges of
the decomposition would be more
- // corrcet, but for historical reasons it is necessary
to do the old method: To get
+ // correct, but for historical reasons it is necessary
to do the old method: To get
// the range of the non-transformed geometry and
transform it then. This leads to different
// ranges where the new method is more correct, but the
need to keep the old behaviour
// has priority here.
diff --git a/main/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
b/main/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
index a8eb086f94..41b82eca20 100644
--- a/main/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
+++ b/main/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
@@ -482,9 +482,9 @@ namespace drawinglayer
basegfx::B3DRange SdrExtrudePrimitive3D::getB3DRange(const
geometry::ViewInformation3D& /*rViewInformation*/) const
{
- // use defaut from sdrPrimitive3D which uses
transformation expanded by line width/2
+ // use default from sdrPrimitive3D which uses
transformation expanded by line width/2
// The parent implementation which uses the ranges of
the decomposition would be more
- // corrcet, but for historical reasons it is necessary
to do the old method: To get
+ // correct, but for historical reasons it is necessary
to do the old method: To get
// the range of the non-transformed geometry and
transform it then. This leads to different
// ranges where the new method is more correct, but the
need to keep the old behaviour
// has priority here.
diff --git a/main/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx
b/main/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx
index ae52aeaf3d..f5e5a40b03 100644
--- a/main/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx
+++ b/main/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx
@@ -343,9 +343,9 @@ namespace drawinglayer
basegfx::B3DRange SdrLathePrimitive3D::getB3DRange(const
geometry::ViewInformation3D& /*rViewInformation*/) const
{
- // use defaut from sdrPrimitive3D which uses
transformation expanded by line width/2
+ // use default from sdrPrimitive3D which uses
transformation expanded by line width/2
// The parent implementation which uses the ranges of
the decomposition would be more
- // corrcet, but for historical reasons it is necessary
to do the old method: To get
+ // correct, but for historical reasons it is necessary
to do the old method: To get
// the range of the non-transformed geometry and
transform it then. This leads to different
// ranges where the new method is more correct, but the
need to keep the old behaviour
// has priority here.
diff --git a/main/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx
b/main/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx
index 7f04bf1540..c5a04e0dfa 100644
--- a/main/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx
+++ b/main/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx
@@ -201,9 +201,9 @@ namespace drawinglayer
basegfx::B3DRange SdrSpherePrimitive3D::getB3DRange(const
geometry::ViewInformation3D& /*rViewInformation*/) const
{
- // use defaut from sdrPrimitive3D which uses
transformation expanded by line width/2
+ // use default from sdrPrimitive3D which uses
transformation expanded by line width/2
// The parent implementation which uses the ranges of
the decomposition would be more
- // corrcet, but for historical reasons it is necessary
to do the old method: To get
+ // correct, but for historical reasons it is necessary
to do the old method: To get
// the range of the non-transformed geometry and
transform it then. This leads to different
// ranges where the new method is more correct, but the
need to keep the old behaviour
// has priority here.
diff --git a/main/extensions/source/macosx/spotlight/unzip.h
b/main/extensions/source/macosx/spotlight/unzip.h
index 5bcf349def..7659a2deae 100644
--- a/main/extensions/source/macosx/spotlight/unzip.h
+++ b/main/extensions/source/macosx/spotlight/unzip.h
@@ -146,7 +146,7 @@ extern int ZEXPORT unzStringFileNameCompare OF ((const
char* fileName1,
If iCaseSenisivity = 1, comparison is case sensitivity (like strcmp)
If iCaseSenisivity = 2, comparison is not case sensitivity (like strcmpi
or strcasecmp)
- If iCaseSenisivity = 0, case sensitivity is defaut of your operating system
+ If iCaseSenisivity = 0, case sensitivity is default of your operating system
(like 1 on Unix, 2 on Windows)
*/
diff --git a/main/extensions/source/macosx/spotlight/unzip.m
b/main/extensions/source/macosx/spotlight/unzip.m
index 7cddd8ca65..44aacae992 100644
--- a/main/extensions/source/macosx/spotlight/unzip.m
+++ b/main/extensions/source/macosx/spotlight/unzip.m
@@ -315,7 +315,7 @@ local int strcmpcasenosensitive_internal
(fileName1,fileName2)
If iCaseSenisivity = 1, comparison is case sensitivity (like strcmp)
If iCaseSenisivity = 2, comparison is not case sensitivity (like strcmpi
or strcasecmp)
- If iCaseSenisivity = 0, case sensitivity is defaut of your operating system
+ If iCaseSenisivity = 0, case sensitivity is default of your operating system
(like 1 on Unix, 2 on Windows)
*/
diff --git a/main/filter/source/msfilter/eschesdo.cxx
b/main/filter/source/msfilter/eschesdo.cxx
index 53440a9aa1..d49d30b061 100644
--- a/main/filter/source/msfilter/eschesdo.cxx
+++ b/main/filter/source/msfilter/eschesdo.cxx
@@ -1218,7 +1218,7 @@ basegfx::B2DRange getUnrotatedGroupBoundRange(const
Reference< XShape >& rxShape
basegfx::B2DVector aScale, aTranslate;
double fRotate, fShearX;
- // decopose transformation
+ // decompose transformation
aHomogenMatrix.decompose(aScale, aTranslate,
fRotate, fShearX);
// check if rotation needs to be corrected
diff --git a/main/framework/inc/threadhelp/gate.hxx
b/main/framework/inc/threadhelp/gate.hxx
index 36935b0d9f..8e9a71481a 100644
--- a/main/framework/inc/threadhelp/gate.hxx
+++ b/main/framework/inc/threadhelp/gate.hxx
@@ -218,7 +218,7 @@ class Gate : public IGate
}
// Then we must release used access lock -
// because next call will block ...
- // and if we hold the access lock nobody else can use this
object without a dadlock!
+ // and if we hold the access lock nobody else can use this
object without a deadlock!
aLock.clear();
// Wait for opening gate ...
bSuccessful = ( m_aPassage.wait( pTimeOut ) ==
::osl::Condition::result_ok );
diff --git
a/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
b/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
index 13ca87fa43..0fcd251d24 100644
---
a/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
+++
b/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
@@ -400,7 +400,7 @@ public class FunctionHelper
{
// "createInstance()" method of used service manager can throw it.
// If it occurred during creation of desktop service the frame
already was created.
- // Free it by decresing his refcount. Changes on the desktop tree
couldn't exist.
+ // Free it by decreasing his refcount. Changes on the desktop tree
couldn't exist.
// Without the desktop service that wasn't possible. So no further
rollbacks must follow.
if(xFrame!=null)
{
diff --git a/main/offapi/com/sun/star/security/ExtAltNameType.idl
b/main/offapi/com/sun/star/security/ExtAltNameType.idl
index 9ad11c47bf..0e022d7ddc 100644
--- a/main/offapi/com/sun/star/security/ExtAltNameType.idl
+++ b/main/offapi/com/sun/star/security/ExtAltNameType.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module security {
enum ExtAltNameType
{
/**
- * Cutomize name/value pair
+ * Customize name/value pair
* The value of CertAltNameEntry contains a NamedValue.
*
* @see com::sun::star::security::CertAltNameEntry
diff --git a/main/offapi/com/sun/star/xml/crypto/SecurityOperationStatus.idl
b/main/offapi/com/sun/star/xml/crypto/SecurityOperationStatus.idl
index 1e562cd6e9..a769911a73 100644
--- a/main/offapi/com/sun/star/xml/crypto/SecurityOperationStatus.idl
+++ b/main/offapi/com/sun/star/xml/crypto/SecurityOperationStatus.idl
@@ -39,7 +39,7 @@ enum SecurityOperationStatus
OPERATION_SUCCEEDED,
RUNTIMEERROR_FAILED,
/**
- * The following constants are derived from xmlsec error definations, as
following:
+ * The following constants are derived from xmlsec error definitions, as
following:
*
* XMLSEC_ERRORS_R_XMLSEC_FAILED
* XMLSEC_ERRORS_R_MALLOC_FAILED
diff --git a/main/package/source/package/zippackage/ZipPackage.cxx
b/main/package/source/package/zippackage/ZipPackage.cxx
index 146f0c7f71..9885debfdf 100644
--- a/main/package/source/package/zippackage/ZipPackage.cxx
+++ b/main/package/source/package/zippackage/ZipPackage.cxx
@@ -1093,7 +1093,7 @@ void ZipPackage::WriteContentTypes( ZipOutputStream&
aZipOut, const vector< uno:
pEntry->nTime = ZipOutputStream::getCurrentDosTime();
// Convert vector into a uno::Sequence
- // TODO/LATER: use Defaulst entries in future
+ // TODO/LATER: use Default entries in future
uno::Sequence< beans::StringPair > aDefaultsSequence;
uno::Sequence< beans::StringPair > aOverridesSequence( aManList.size() );
sal_Int32 nSeqLength = 0;
diff --git a/main/rat-excludes b/main/rat-excludes
index 28d57e7654..cadffe7323 100644
--- a/main/rat-excludes
+++ b/main/rat-excludes
@@ -536,7 +536,7 @@ main/redland/redland/redland-1.0.17.patch.win32
**/*.xlb
# part of SGA
-# UML defnitions for svx, binary, "Poseidon for UML" needed to read them
+# UML definitions for svx, binary, "Poseidon for UML" needed to read them
main/svx/doc/UML/edit_engine_UNO_implementation.zuml
main/svx/doc/UML/grid_control_implementation.zuml
diff --git a/main/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx
b/main/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx
index 99dfaad23f..fb5f0860c7 100644
--- a/main/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx
+++ b/main/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx
@@ -318,7 +318,7 @@ namespace rtl_Bootstrap
ASSERT_TRUE(suGetname.getLength() != 0) << "get the value of a
variable in ini file.";
}
- //use defaut value
+ //use default value
TEST_F(getFrom, getFrom_003)
{
rtl::OUString suIniname = t_getSourcePath(TESTSHL2_INI);
diff --git a/main/sfx2/source/control/shell.cxx
b/main/sfx2/source/control/shell.cxx
index c45cf950e9..609d03399d 100644
--- a/main/sfx2/source/control/shell.cxx
+++ b/main/sfx2/source/control/shell.cxx
@@ -793,7 +793,7 @@ void SfxShell::Deactivate
zu reagieren.
[Querverweise]
- StarView SystemWindow::Dectivate(sal_Bool)
+ StarView SystemWindow::Deactivate(sal_Bool)
*/
{
diff --git a/main/sfx2/source/doc/objmisc.cxx b/main/sfx2/source/doc/objmisc.cxx
index 17bfb6f776..d017f52505 100644
--- a/main/sfx2/source/doc/objmisc.cxx
+++ b/main/sfx2/source/doc/objmisc.cxx
@@ -1149,7 +1149,7 @@ void SfxObjectShell::SetProgress_Impl
{
DBG_ASSERT( ( !pImp->pProgress && pProgress ) ||
( pImp->pProgress && !pProgress ),
- "Progress activation/deacitivation mismatch" );
+ "Progress activation/deactivation mismatch" );
pImp->pProgress = pProgress;
}
diff --git a/main/sfx2/source/doc/printhelper.cxx
b/main/sfx2/source/doc/printhelper.cxx
index 448ccaadd9..bea1dd4eeb 100644
--- a/main/sfx2/source/doc/printhelper.cxx
+++ b/main/sfx2/source/doc/printhelper.cxx
@@ -511,7 +511,7 @@ class ImplUCBPrintWatcher : public ::osl::Thread
/* } SAFE */
// lock for further using of our member isn't necessary - because
- // we truns alone by defenition. Nobody join for us nor use us ...
+ // we truns alone by definition. Nobody join for us nor use us ...
ImplUCBPrintWatcher::moveAndDeleteTemp(&m_pTempFile,m_sTargetURL);
// finishing of this run() method will call onTerminate()
automatically
diff --git a/main/slideshow/source/engine/animationnodes/basenode.cxx
b/main/slideshow/source/engine/animationnodes/basenode.cxx
index c6ad24b456..908d74fe85 100644
--- a/main/slideshow/source/engine/animationnodes/basenode.cxx
+++ b/main/slideshow/source/engine/animationnodes/basenode.cxx
@@ -551,7 +551,7 @@ void BaseNode::scheduleDeactivationEvent( EventSharedPtr
const& pEvent )
// xxx todo:
// think about set node, anim base node!
- // if anim base node has no activity, this is called to schedule
deactivatiion,
+ // if anim base node has no activity, this is called to schedule
deactivation,
// but what if it does not schedule anything?
// TODO(F2): Handle end time attribute, too
diff --git a/main/svx/inc/svx/unobrushitemhelper.hxx
b/main/svx/inc/svx/unobrushitemhelper.hxx
index a943d4cb31..a26dd4a959 100644
--- a/main/svx/inc/svx/unobrushitemhelper.hxx
+++ b/main/svx/inc/svx/unobrushitemhelper.hxx
@@ -25,7 +25,7 @@
#include "svx/svxdllapi.h"
#include <editeng/brshitem.hxx>
-//UUUU Helper function definintions for UNO API fallbacks to replace
SvxBrushItem. The
+//UUUU Helper function definitions for UNO API fallbacks to replace
SvxBrushItem. The
// idea is to have fallbacks to create a SvxBrushItem if needed for backwards
compatibility
// if needed from the SfxItemSet and vice versa. This is used in cases where
e.g. UNO API
// accesses to slots in the SvxBrushItem are used (see cases in
SvxBrushItem::QueryValue
diff --git a/main/svx/source/fmcomp/gridctrl.cxx
b/main/svx/source/fmcomp/gridctrl.cxx
index 77256dc805..a221bf1a59 100644
--- a/main/svx/source/fmcomp/gridctrl.cxx
+++ b/main/svx/source/fmcomp/gridctrl.cxx
@@ -1487,7 +1487,7 @@ void DbGridControl::setDataSource(const Reference<
XRowSet >& _xCursor, sal_uInt
{
m_xFormatter->attachNumberFormatsSupplier(xSupplier);
- // retrieve the datebase of the Numberformatter
+ // retrieve the database of the Numberformatter
try
{
xSupplier->getNumberFormatSettings()->getPropertyValue(rtl::OUString::createFromAscii("NullDate"))
>>= m_aNullDate;
diff --git a/main/sw/source/core/unocore/unostyle.cxx
b/main/sw/source/core/unocore/unostyle.cxx
index 78ce853fb7..4460e024b0 100644
--- a/main/sw/source/core/unocore/unostyle.cxx
+++ b/main/sw/source/core/unocore/unostyle.cxx
@@ -3680,7 +3680,7 @@ throw( beans::UnknownPropertyException,
beans::PropertyVetoException, lang::Ille
if(bVal)
{
- // Header/footer gets switched on, create
defauts and the needed SfxSetItem
+ // Header/footer gets switched on, create
defaults and the needed SfxSetItem
SfxItemSet
aTempSet(*aBaseImpl.GetItemSet().GetPool(),
RES_FRMATR_BEGIN,RES_FRMATR_END - 1,
// [82
diff --git a/main/sw/source/filter/ww8/wrtww8.hxx
b/main/sw/source/filter/ww8/wrtww8.hxx
index e5ff2fe874..e65497e9cc 100644
--- a/main/sw/source/filter/ww8/wrtww8.hxx
+++ b/main/sw/source/filter/ww8/wrtww8.hxx
@@ -576,7 +576,7 @@ public:
/// Iterate through the nodes and call the appropriate OutputNode() on
them.
void WriteText();
- /// Return whether cuurently exported node is in table.
+ /// Return whether currently exported node is in table.
bool IsInTable() const;
/// Set the pCurPam appropriately and call WriteText().
diff --git
a/main/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java
b/main/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java
index bf9ff10d52..0d3aa16fe4 100644
--- a/main/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java
+++ b/main/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java
@@ -65,7 +65,7 @@ public interface IReportBuilderLayouter
public void setTableName(int _nType, String TableName);
/**
- * Insert the field names, these are the field names out of a given
datebase table
+ * Insert the field names, these are the field names out of a given
database table
* @param FieldNames
*/
public void insertFieldNames(final String[] FieldNames);