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 7aa8973372 misc: fix spelling (#461)
7aa8973372 is described below
commit 7aa897337248d2867d340fb1c741df9a1679b105
Author: John Bampton <[email protected]>
AuthorDate: Sat Jan 24 21:34:40 2026 +1000
misc: fix spelling (#461)
* misc: fix spelling
* Regenerate ignored words list codespell.txt
---
.github/linters/codespell.txt | 17 -----------------
main/chart2/source/tools/ObjectIdentifier.cxx | 4 ++--
main/cui/source/tabpages/tpline.cxx | 4 ++--
.../source/deployment/manager/dp_activepackages.hxx | 2 +-
main/framework/inc/helper/statusindicatorfactory.hxx | 2 +-
.../qa/complex/loadAllDocuments/StatusIndicator.java | 2 +-
main/javainstaller2/src/Properties/create_property.pl | 2 +-
main/offapi/com/sun/star/awt/UnoControlListBoxModel.idl | 2 +-
.../com/sun/star/datatransfer/dnd/OleDragSource.idl | 2 +-
main/offapi/com/sun/star/ucb/Content.idl | 2 +-
.../src/main/java/ifc/ucb/_XCommandProcessor.java | 2 +-
main/registry/inc/registry/reflread.hxx | 2 +-
main/sal/osl/unx/system.c | 2 +-
main/sal/qa/osl/file/osl_File.cxx | 4 ++--
main/svtools/source/contnr/imivctl2.cxx | 2 +-
main/svtools/source/table/tablecontrol_impl.hxx | 2 +-
main/svx/source/dialog/framelink.cxx | 4 ++--
main/sw/source/core/access/accpreview.hxx | 2 +-
main/ucb/qa/complex/tdoc/_XCommandProcessor.java | 2 +-
main/ucb/source/core/ucb.cxx | 2 +-
main/vcl/source/window/dlgctrl.cxx | 2 +-
.../source/service/msaaservice_impl.cxx | 10 +++++-----
.../xml/sxc/pexcel/SxcDocumentSerializerImpl.java | 2 +-
.../xml/sxc/minicalc/SxcDocumentSerializerImpl.java | 2 +-
24 files changed, 31 insertions(+), 48 deletions(-)
diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index ffd88df450..fb7742cce1 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -1252,20 +1252,15 @@ hypothenuse
iconifie
idefinite
idel
-idendifier
idendify
-idenifier
-idenifiers
identation
identfication
-identfied
identfier
identidier
identifed
identifer
iif
iiterator
-illigal
imaghe
imapge
immediat
@@ -1273,14 +1268,9 @@ implace
implcit
implementator
implementes
-implemention
implementor
implementors
implemetation
-implemeted
-implemets
-implemnt
-implemnted
implemtation
implemtentation
implenetation
@@ -1306,28 +1296,21 @@ inconviniently
incorperates
incosistency
increse
-incudes
incvalid
indendation
-indenpendent
indentically
indentified
indentifies
indention
indenx
-indepedent
independ
independance
independant
independend
-independendly
independet
indepent
-inderect
indes
indexs
-indiactor
-indiciates
indicies
indizies
indx
diff --git a/main/chart2/source/tools/ObjectIdentifier.cxx
b/main/chart2/source/tools/ObjectIdentifier.cxx
index 6d01d194be..5539b08c5e 100644
--- a/main/chart2/source/tools/ObjectIdentifier.cxx
+++ b/main/chart2/source/tools/ObjectIdentifier.cxx
@@ -456,7 +456,7 @@ OUString ObjectIdentifier::createParticleForDiagram(
, const Reference< frame::XModel >& /*xChartModel*/ )
{
static OUString aRet(C2U("D=0"));
- //todo: if more than one diagram is implemeted, add the correct diagram
index here
+ //todo: if more than one diagram is implemented, add the correct diagram
index here
return aRet;
}
@@ -559,7 +559,7 @@ OUString ObjectIdentifier::createParticleForLegend(
OUStringBuffer aRet;
Reference< XDiagram > xDiagram( ChartModelHelper::findDiagram( xChartModel
) );
- //todo: if more than one diagram is implemeted, find the correct diagram
which is owner of the given legend
+ //todo: if more than one diagram is implemented, find the correct diagram
which is owner of the given legend
aRet.append( ObjectIdentifier::createParticleForDiagram( xDiagram,
xChartModel ) );
aRet.appendAscii(":");
diff --git a/main/cui/source/tabpages/tpline.cxx
b/main/cui/source/tabpages/tpline.cxx
index 7e60b3d6d9..116ed21f23 100644
--- a/main/cui/source/tabpages/tpline.cxx
+++ b/main/cui/source/tabpages/tpline.cxx
@@ -1033,7 +1033,7 @@ void SvxLineTabPage::Reset( const SfxItemSet& rAttrs )
pPage->NbcInsertObject(pObj);
// Generate invisible square to give all symbol types a
- // bitmap size, which is indepedent from specific glyph
+ // bitmap size, which is independent from specific glyph
SdrObject *pInvisibleSquare=pSymbolList->GetObj(0);
pInvisibleSquare=pInvisibleSquare->Clone();
pPage->NbcInsertObject(pInvisibleSquare);
@@ -1746,7 +1746,7 @@ IMPL_LINK( SvxLineTabPage, MenuCreateHdl_Impl, MenuButton
*, pButton )
String aEmptyStr;
// Generate invisible square to give all symbols a
- // bitmap size, which is indepedent from specific glyph
+ // bitmap size, which is independent from specific glyph
SdrObject *pInvisibleSquare=pSymbolList->GetObj(0);
pInvisibleSquare=pInvisibleSquare->Clone();
pPage->NbcInsertObject(pInvisibleSquare);
diff --git a/main/desktop/source/deployment/manager/dp_activepackages.hxx
b/main/desktop/source/deployment/manager/dp_activepackages.hxx
index 136cf852f8..7a701d0634 100644
--- a/main/desktop/source/deployment/manager/dp_activepackages.hxx
+++ b/main/desktop/source/deployment/manager/dp_activepackages.hxx
@@ -48,7 +48,7 @@ public:
::rtl::OUString temporaryName;
/* The file name (shared, user) or the folder name (bundled)
If the key is the file name, then file name is not encoded.
- If the key is the idendifier then the file name is UTF-8 encoded.
+ If the key is the identifier then the file name is UTF-8 encoded.
*/
::rtl::OUString fileName;
::rtl::OUString mediaType;
diff --git a/main/framework/inc/helper/statusindicatorfactory.hxx
b/main/framework/inc/helper/statusindicatorfactory.hxx
index 122205dcae..3aa7aa896d 100644
--- a/main/framework/inc/helper/statusindicatorfactory.hxx
+++ b/main/framework/inc/helper/statusindicatorfactory.hxx
@@ -105,7 +105,7 @@ struct IndicatorInfo
/** @short initialize new instance of this class
@param xIndicator
- the new child indiactor of our factory.
+ the new child indicator of our factory.
@param sText
its initial text.
diff --git a/main/framework/qa/complex/loadAllDocuments/StatusIndicator.java
b/main/framework/qa/complex/loadAllDocuments/StatusIndicator.java
index 37cb5c4549..bb938a8ab3 100644
--- a/main/framework/qa/complex/loadAllDocuments/StatusIndicator.java
+++ b/main/framework/qa/complex/loadAllDocuments/StatusIndicator.java
@@ -42,7 +42,7 @@ import com.sun.star.uno.UnoRuntime;
// __________ Implementation __________
/**
- * Implemets a simple status indicator, which
+ * Implements a simple status indicator, which
* provide informations about state of a load request.
* It can be used as an argument e.g. for loadComponentFromURL().
*/
diff --git a/main/javainstaller2/src/Properties/create_property.pl
b/main/javainstaller2/src/Properties/create_property.pl
index 18587a0e34..c6d766314c 100755
--- a/main/javainstaller2/src/Properties/create_property.pl
+++ b/main/javainstaller2/src/Properties/create_property.pl
@@ -85,7 +85,7 @@ for ( my $i = 0; $i <= $#{$all_template_files}; $i++ )
if ( $language eq $defaultlanguage )
{
- # Creating language indenpendent english file
+ # Creating language independent english file
make_propertyfile_language_independent($template_file);
$filename = generate_filename($template_file_name, "");
save_file($outputpath, $filename, $template_file);
diff --git a/main/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
b/main/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
index 71281f70c1..98e445b5a7 100644
--- a/main/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
+++ b/main/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
@@ -161,7 +161,7 @@ published service UnoControlListBoxModel
//-------------------------------------------------------------------------
- /** specifies the sequence of selected items, identfied by the position.
+ /** specifies the sequence of selected items, identified by the
position.
*/
[property] sequence<short> SelectedItems;
diff --git a/main/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl
b/main/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl
index f938c31ff5..f820e4de1d 100644
--- a/main/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl
+++ b/main/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl
@@ -64,7 +64,7 @@ published service OleDragSource
//-------------------------------------------------------------------------
/** The service expects a byte sequence uniquely identifying the
machine as
- the first, and only, parameter. This idenifier should be
checked to
+ the first, and only, parameter. This identifier should be
checked to
ensure that the window ids used for creating DropTargets
are valid for
the service, that is, come from the same machine.
diff --git a/main/offapi/com/sun/star/ucb/Content.idl
b/main/offapi/com/sun/star/ucb/Content.idl
index 513c4312c5..fcf7f761ce 100644
--- a/main/offapi/com/sun/star/ucb/Content.idl
+++ b/main/offapi/com/sun/star/ucb/Content.idl
@@ -398,7 +398,7 @@ published service Content
because it is not directly supported by the IMAP
protocol.
On the other hand, moving a message from one folder to
another folder on the same IMAP server should work,
because it can
- be implemeted efficiently.</br>
+ be implemented efficiently.</br>
If an implementation is not able to handle a given
source URL,
it should indicate this by issuing a
<type>InteractiveBadTransferURLException</type>
interaction request.</br>
diff --git
a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/_XCommandProcessor.java
b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/_XCommandProcessor.java
index cf23514a0e..294b029838 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/_XCommandProcessor.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/_XCommandProcessor.java
@@ -84,7 +84,7 @@ public class _XCommandProcessor extends MultiMethodTest {
/**
* Tests <code>createCommandIdentifier()</code>. Calls it for two times
* and checks returned values. <p>
- * Has <b>OK</b> status if values are unique correct idenifiers: not 0.
+ * Has <b>OK</b> status if values are unique correct identifiers: not 0.
*/
public void _createCommandIdentifier() {
log.println("creating a command line identifier");
diff --git a/main/registry/inc/registry/reflread.hxx
b/main/registry/inc/registry/reflread.hxx
index 366b2cc401..910c84a321 100644
--- a/main/registry/inc/registry/reflread.hxx
+++ b/main/registry/inc/registry/reflread.hxx
@@ -237,7 +237,7 @@ public:
/** returns the name of a parameter.
@param index indicates the method
- @param paramIndex indiciates the parameter which name will be returned.
+ @param paramIndex indicates the parameter which name will be returned.
*/
inline ::rtl::OUString getMethodParamName( sal_uInt16 index,
sal_uInt16 paramIndex ) const;
diff --git a/main/sal/osl/unx/system.c b/main/sal/osl/unx/system.c
index a65e27d199..5a01bae6f5 100644
--- a/main/sal/osl/unx/system.c
+++ b/main/sal/osl/unx/system.c
@@ -452,7 +452,7 @@ int macxp_resolveAlias(char *path, int buflen)
#endif /* NO_PTHREAD_RTL */
#if (defined (LINUX) && (GLIBC >= 2))
-/* The linux kernel thread implemention, always return the pid of the
+/* The linux kernel thread implementation, always return the pid of the
thread subprocess and not of the main process. So we save the main
pid at startup
*/
diff --git a/main/sal/qa/osl/file/osl_File.cxx
b/main/sal/qa/osl/file/osl_File.cxx
index a08662f060..173f5feb49 100644
--- a/main/sal/qa/osl/file/osl_File.cxx
+++ b/main/sal/qa/osl/file/osl_File.cxx
@@ -4206,7 +4206,7 @@ namespace osl_File
nError1 = ::osl::FileBase::E_ACCES; /// for Windows, c:/ is
writtenable any way.
deleteTestFile( aTmpName7);
#endif
- ASSERT_TRUE(::osl::FileBase::E_ACCES == nError1) << "test for copy
function: copy to an illigal place";
+ ASSERT_TRUE(::osl::FileBase::E_ACCES == nError1) << "test for copy
function: copy to an illegal place";
}
TEST_F(copy, copy_004 )
@@ -4324,7 +4324,7 @@ namespace osl_File
deleteTestFile( aTmpName7);
#endif
- ASSERT_TRUE(::osl::FileBase::E_ACCES == nError1) << "test for move
function: move to an illigal place";
+ ASSERT_TRUE(::osl::FileBase::E_ACCES == nError1) << "test for move
function: move to an illegal place";
}
TEST_F(move, move_004 )
diff --git a/main/svtools/source/contnr/imivctl2.cxx
b/main/svtools/source/contnr/imivctl2.cxx
index 66de799530..a70f97b570 100644
--- a/main/svtools/source/contnr/imivctl2.cxx
+++ b/main/svtools/source/contnr/imivctl2.cxx
@@ -822,7 +822,7 @@ void IcnGridMap_Impl::OutputSizeChanged()
}
}
-// Independendly of the views alignment (TOP or LEFT) the gridmap
+// Independently of the views alignment (TOP or LEFT) the gridmap
// should contain the data in a continues region, to make it possible
// to copy the whole block if the gridmap needs to be expanded.
void IcnGridMap_Impl::GetGridCoord( GridId nId, sal_uInt16& rGridX,
sal_uInt16& rGridY )
diff --git a/main/svtools/source/table/tablecontrol_impl.hxx
b/main/svtools/source/table/tablecontrol_impl.hxx
index ab49ecfa78..541e98846d 100644
--- a/main/svtools/source/table/tablecontrol_impl.hxx
+++ b/main/svtools/source/table/tablecontrol_impl.hxx
@@ -96,7 +96,7 @@ namespace svt { namespace table
friend class SuspendInvariants;
private:
- /// the control whose impl-instance we implemnt
+ /// the control whose impl-instance we implement
TableControl& m_rAntiImpl;
/// the model of the table control
PTableModel m_pModel;
diff --git a/main/svx/source/dialog/framelink.cxx
b/main/svx/source/dialog/framelink.cxx
index 3df8514873..24717228bf 100644
--- a/main/svx/source/dialog/framelink.cxx
+++ b/main/svx/source/dialog/framelink.cxx
@@ -979,7 +979,7 @@ void lclDrawVerFrameBorder(
}
// ============================================================================
-// Drawing of diagonal frame borders, incudes clipping functions.
+// Drawing of diagonal frame borders, includes clipping functions.
/** Returns the drawing coordinates for a diagonal thin line.
@@ -1016,7 +1016,7 @@ LinePoints lclGetDiagLineEnds( const Rectangle& rRect,
bool bTLBR, long nDiagOff
// ----------------------------------------------------------------------------
// Clipping functions for diagonal frame borders.
-/** Limits the clipping region to the inner area of a rectange.
+/** Limits the clipping region to the inner area of a rectangle.
Takes the values from the passed DiagLineResult struct into account. They
may specify to not clip one or more borders of a rectangle.
diff --git a/main/sw/source/core/access/accpreview.hxx
b/main/sw/source/core/access/accpreview.hxx
index 7b3b5a68eb..ff29bb49e2 100644
--- a/main/sw/source/core/access/accpreview.hxx
+++ b/main/sw/source/core/access/accpreview.hxx
@@ -30,7 +30,7 @@
* The children of the page preview are the pages that are visible in the
* preview.
*
- * The vast majority of the implemention logic is inherited from
+ * The vast majority of the implementation logic is inherited from
* SwAccessibleDocumentBase.
*/
class SwAccessiblePreview : public SwAccessibleDocumentBase
diff --git a/main/ucb/qa/complex/tdoc/_XCommandProcessor.java
b/main/ucb/qa/complex/tdoc/_XCommandProcessor.java
index 9a4e08a143..1b76b3d6de 100644
--- a/main/ucb/qa/complex/tdoc/_XCommandProcessor.java
+++ b/main/ucb/qa/complex/tdoc/_XCommandProcessor.java
@@ -94,7 +94,7 @@ public class _XCommandProcessor {
/**
* Tests <code>createCommandIdentifier()</code>. Calls it for two times
* and checks returned values. <p>
- * Has <b>OK</b> status if values are unique correct idenifiers: not 0.
+ * Has <b>OK</b> status if values are unique correct identifiers: not 0.
*/
public boolean _createCommandIdentifier() {
log.println("creating a command line identifier");
diff --git a/main/ucb/source/core/ucb.cxx b/main/ucb/source/core/ucb.cxx
index 29a6fcd273..b50709fd0c 100644
--- a/main/ucb/source/core/ucb.cxx
+++ b/main/ucb/source/core/ucb.cxx
@@ -686,7 +686,7 @@ Any SAL_CALL UniversalContentBroker::execute(
void SAL_CALL UniversalContentBroker::abort( sal_Int32 )
throw( RuntimeException )
{
- // @@@ Not implemeted ( yet).
+ // @@@ Not implemented ( yet).
}
//=========================================================================
diff --git a/main/vcl/source/window/dlgctrl.cxx
b/main/vcl/source/window/dlgctrl.cxx
index 4d6a670bc8..67b3f41a15 100644
--- a/main/vcl/source/window/dlgctrl.cxx
+++ b/main/vcl/source/window/dlgctrl.cxx
@@ -45,7 +45,7 @@ using namespace ::com::sun::star;
static sal_Bool ImplHasIndirectTabParent( Window* pWindow )
{
- // The window has inderect tab parent if it is included in tab hierarchy
+ // The window has indirect tab parent if it is included in tab hierarchy
// of the indirect parent window
return ( pWindow && pWindow->GetParent()
diff --git a/main/winaccessibility/source/service/msaaservice_impl.cxx
b/main/winaccessibility/source/service/msaaservice_impl.cxx
index 0b983cfbc1..87a1213803 100644
--- a/main/winaccessibility/source/service/msaaservice_impl.cxx
+++ b/main/winaccessibility/source/service/msaaservice_impl.cxx
@@ -124,7 +124,7 @@ public:
};
/**
- * Implemention of XInitialization.
+ * Implementation of XInitialization.
* @param
* @return.
*/
@@ -147,7 +147,7 @@ void MSAAServiceImpl::initialize( Sequence< Any > const &
args ) throw (Exceptio
}
/**
- * Implemention of getAccObjectPtr.
+ * Implementation of getAccObjectPtr.
* @param
* @return Com interface.
*/
@@ -157,7 +157,7 @@ sal_Int32 MSAAServiceImpl::getAccObjectPtr ( long hWnd,
long lParam, long wParam
}
/**
- * Implemention of handleWindowOpened,the method will be invoked when a top
window
+ * Implementation of handleWindowOpened,the method will be invoked when a
top window
* opened and AT starts up.
* @param
* @return
@@ -179,7 +179,7 @@ OUString MSAAServiceImpl::getImplementationName() throw
(RuntimeException)
}
/**
- * Implemention of XServiceInfo,return support service name.
+ * Implementation of XServiceInfo,return support service name.
* @param Service name.
* @return If the service name is supported.
*/
@@ -190,7 +190,7 @@ sal_Bool MSAAServiceImpl::supportsService( OUString const &
serviceName ) throw
}
/**
- * Implemention of XServiceInfo,return all service names.
+ * Implementation of XServiceInfo,return all service names.
* @param.
* @return service name sequence.
*/
diff --git
a/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/SxcDocumentSerializerImpl.java
b/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/SxcDocumentSerializerImpl.java
index 14ad6947f3..8098276f65 100644
---
a/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/SxcDocumentSerializerImpl.java
+++
b/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/SxcDocumentSerializerImpl.java
@@ -65,7 +65,7 @@ public final class SxcDocumentSerializerImpl extends
SxcDocumentSerializer {
// contain a path or the file extension.
String docName = sxcDoc.getName();
- // TODO - get real values for password when implemnted in XML
+ // TODO - get real values for password when implemented in XML
// Passwords are not currently stored in StarCalc XML format.
String password = null;
diff --git
a/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/SxcDocumentSerializerImpl.java
b/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/SxcDocumentSerializerImpl.java
index c50bfb46d2..e3fe4aad89 100644
---
a/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/SxcDocumentSerializerImpl.java
+++
b/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/SxcDocumentSerializerImpl.java
@@ -76,7 +76,7 @@ public final class SxcDocumentSerializerImpl extends
SxcDocumentSerializer {
// contain a path or the file extension.
String docName = sxcDoc.getName();
- // TODO - get real values for password when implemnted in XML
+ // TODO - get real values for password when implemented in XML
// Passwords are not currently stored in StarCalc XML format.
String password = null;