diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt index ffd88df450e..fb7742cce1f 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 6d01d194be7..5539b08c5e1 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 7e60b3d6d9d..116ed21f23f 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 136cf852f85..7a701d06343 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 122205dcaea..3aa7aa896da 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 37cb5c45493..bb938a8ab34 100644 --- a/main/framework/qa/complex/loadAllDocuments/StatusIndicator.java +++ b/main/framework/qa/complex/loadAllDocuments/StatusIndicator.java @@ -42,7 +42,7 @@ // __________ 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 18587a0e346..c6d766314c7 100755 --- a/main/javainstaller2/src/Properties/create_property.pl +++ b/main/javainstaller2/src/Properties/create_property.pl @@ -85,7 +85,7 @@ 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 71281f70c1b..98e445b5a74 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 SelectedItems; diff --git a/main/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl b/main/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl index f938c31ff52..f820e4de1d7 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 513c4312c5b..fcf7f761ce7 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.
+ be implemented efficiently.
If an implementation is not able to handle a given source URL, it should indicate this by issuing a InteractiveBadTransferURLException interaction request.
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 cf23514a0e9..294b029838b 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 createCommandIdentifier(). Calls it for two times * and checks returned values.

- * Has OK status if values are unique correct idenifiers: not 0. + * Has OK 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 366b2cc4012..910c84a3210 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 a65e27d1997..5a01bae6f5b 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 a08662f0600..173f5feb491 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 66de799530f..a70f97b570f 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 ab49ecfa78e..541e98846de 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 3df85148731..24717228bf0 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 7b3b5a68ebb..ff29bb49e2d 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 9a4e08a1439..1b76b3d6de6 100644 --- a/main/ucb/qa/complex/tdoc/_XCommandProcessor.java +++ b/main/ucb/qa/complex/tdoc/_XCommandProcessor.java @@ -94,7 +94,7 @@ public void before(XMultiServiceFactory _xMSF) { /** * Tests createCommandIdentifier(). Calls it for two times * and checks returned values.

- * Has OK status if values are unique correct idenifiers: not 0. + * Has OK 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 29a6fcd2738..b50709fd0c2 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 4d6a670bc8d..67b3f41a159 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 0b983cfbc1d..87a1213803c 100644 --- a/main/winaccessibility/source/service/msaaservice_impl.cxx +++ b/main/winaccessibility/source/service/msaaservice_impl.cxx @@ -124,7 +124,7 @@ class MSAAServiceImpl : public ::cppu::WeakImplHelper3< }; /** - * 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 14ad6947f35..8098276f65c 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 ConvertData serialize() throws ConvertException, IOException { // 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 c50bfb46d22..e3fe4aad89d 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 ConvertData serialize() throws ConvertException, IOException { // 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;