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 bdccf5d5c3 Fix spelling (#302)
bdccf5d5c3 is described below

commit bdccf5d5c33c8bf0bb33b6033f0bcd549bee236d
Author: John Bampton <[email protected]>
AuthorDate: Sat Mar 1 01:46:39 2025 +1000

    Fix spelling (#302)
    
    * Fix spelling
    
    * Update ignored words list
    
    (cherry picked from commit 4847aa32f2d96614c90f6a889c046d3046a3c838)
---
 main/basegfx/inc/basegfx/polygon/b2dpolygon.hxx                     | 2 +-
 main/cppuhelper/source/implbase_ex.cxx                              | 2 +-
 main/dbaccess/source/core/dataaccess/databasecontext.cxx            | 2 +-
 main/extensions/source/propctrlr/eventhandler.cxx                   | 4 ++--
 .../source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx             | 4 ++--
 main/lingucomponent/source/thesaurus/libnth/nthesimp.cxx            | 4 ++--
 main/migrationanalysis/src/driver_docs/DocAnalysisRunMacro.vbs      | 6 +++---
 main/offapi/com/sun/star/text/textfield/URL.idl                     | 2 +-
 main/offapi/com/sun/star/view/ViewSettings.idl                      | 2 +-
 .../report/pentaho/layoutprocessor/FixedTextLayoutController.java   | 2 +-
 main/sfx2/source/appl/newhelp.cxx                                   | 6 +++---
 main/tools/inc/tools/extendapplicationenvironment.hxx               | 2 +-
 .../com/sun/star/registry/CannotRegisterImplementationException.idl | 2 +-
 main/vcl/unx/generic/fontmanager/fontconfig.cxx                     | 2 +-
 main/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx                | 4 ++--
 15 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/main/basegfx/inc/basegfx/polygon/b2dpolygon.hxx 
b/main/basegfx/inc/basegfx/polygon/b2dpolygon.hxx
index d7c9761411..5ef4d1e14a 100644
--- a/main/basegfx/inc/basegfx/polygon/b2dpolygon.hxx
+++ b/main/basegfx/inc/basegfx/polygon/b2dpolygon.hxx
@@ -155,7 +155,7 @@ namespace basegfx
                        usually pretty usable for processing purposes. There is 
no parameter
                        passing here ATM but it may be changed on demand. If 
needed, a TYPE
                        and PARAMETER (both defaulted) may be added to allow 
for switching
-                       between the different kinds of subdivisiond and passing 
them one
+                       between the different kinds of subdivision and passing 
them one
                        parameter.
 
                        The lifetime of the buffered subdivision is based on 
polygon changes.
diff --git a/main/cppuhelper/source/implbase_ex.cxx 
b/main/cppuhelper/source/implbase_ex.cxx
index a3d240aa5d..18d2448f5d 100644
--- a/main/cppuhelper/source/implbase_ex.cxx
+++ b/main/cppuhelper/source/implbase_ex.cxx
@@ -143,7 +143,7 @@ bool recursivelyFindType(
     // This code assumes that the vtables of a multiple-inheritance class (the
     // offset amount by which to adjust the this pointer) follow one another in
     // the object layout, and that they contain slots for the inherited classes
-    // in a specifc order.  In theory, that need not hold for any given
+    // in a specific order.  In theory, that need not hold for any given
     // platform; in practice, it seems to work well on all supported platforms:
  next:
     for (sal_Int32 i = 0; i < type->nBaseTypes; ++i) {
diff --git a/main/dbaccess/source/core/dataaccess/databasecontext.cxx 
b/main/dbaccess/source/core/dataaccess/databasecontext.cxx
index 30af2c547b..54200c49b7 100644
--- a/main/dbaccess/source/core/dataaccess/databasecontext.cxx
+++ b/main/dbaccess/source/core/dataaccess/databasecontext.cxx
@@ -685,7 +685,7 @@ Any ODatabaseContext::getByName(const rtl::OUString& 
_rName) throw( NoSuchElemen
                throw;
        }
        catch (Exception& e)
-       {       // exceptions other than the speciafied ones -> wrap
+       {       // exceptions other than the specified ones -> wrap
         Any aError = ::cppu::getCaughtException();
                throw WrappedTargetException(_rName, *this, aError );
        }
diff --git a/main/extensions/source/propctrlr/eventhandler.cxx 
b/main/extensions/source/propctrlr/eventhandler.cxx
index 0699888276..7dbed75ca6 100644
--- a/main/extensions/source/propctrlr/eventhandler.cxx
+++ b/main/extensions/source/propctrlr/eventhandler.cxx
@@ -676,7 +676,7 @@ namespace pcr
         // The only exception is the user pressing "DEL" while the control has 
the focus, in this case, we reset the
         // control content to an empty string. So this is the only scenario 
where this method is allowed to be called.
 
-        // Striclty, we would be able to convert the display value to a 
property value,
+        // Strictly, we would be able to convert the display value to a 
property value,
         // using the "name (location, language)" format we used in 
convertToControlValue. However,
         // there is no need for this code ...
 
@@ -1257,7 +1257,7 @@ namespace pcr
     bool EventHandler::impl_filterMethod_nothrow( const EventDescription& 
_rEvent ) const
     {
         // some (control-triggered) events do not make sense for certain grid 
control columns. However,
-        // our mechnism to retrieve control-triggered events does not know 
about this, so we do some
+        // our mechanism to retrieve control-triggered events does not know 
about this, so we do some
         // late filtering here.
         switch ( m_nGridColumnType )
         {
diff --git 
a/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx 
b/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
index 96bdd1901b..e18815aa76 100644
--- a/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
+++ b/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
@@ -319,8 +319,8 @@ Reference< XHyphenatedWord > SAL_CALL 
Hyphenator::hyphenate( const ::rtl::OUStri
             OString sTmp( OU2ENC( dictpath, osl_getThreadTextEncoding() ) );
 
 #if defined(WNT)
-            // workaround for Windows specifc problem that the
-            // path length in calls to 'fopen' is limted to somewhat
+            // workaround for Windows specific problem that the
+            // path length in calls to 'fopen' is limited to somewhat
             // about 120+ characters which will usually be exceed when
             // using dictionaries as extensions.
             sTmp = Win_GetShortPathName( dictpath );
diff --git a/main/lingucomponent/source/thesaurus/libnth/nthesimp.cxx 
b/main/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
index 333b44f05d..0459cf72c0 100644
--- a/main/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
+++ b/main/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
@@ -362,8 +362,8 @@ Sequence < Reference < 
::com::sun::star::linguistic2::XMeaning > > SAL_CALL Thes
                 OString aTmpdat(OU2ENC(ndat,osl_getThreadTextEncoding()));
 
 #if defined(WNT)
-                // workaround for Windows specifc problem that the
-                // path length in calls to 'fopen' is limted to somewhat
+                // workaround for Windows specific problem that the
+                // path length in calls to 'fopen' is limited to somewhat
                 // about 120+ characters which will usually be exceed when
                 // using dictionaries as extensions.
                 aTmpidx = Win_GetShortPathName( nidx );
diff --git a/main/migrationanalysis/src/driver_docs/DocAnalysisRunMacro.vbs 
b/main/migrationanalysis/src/driver_docs/DocAnalysisRunMacro.vbs
index cb9c9a19ac..5093c3678a 100644
--- a/main/migrationanalysis/src/driver_docs/DocAnalysisRunMacro.vbs
+++ b/main/migrationanalysis/src/driver_docs/DocAnalysisRunMacro.vbs
@@ -313,7 +313,7 @@ Sub DAExportFile(fileName, projectFile, app_name)
 
     Dim myProject
 
-    '# Setup App Specifc VB Project
+    '# Setup App Specific VB Project
     Set myProject = DAgetProject(fileName, projectFile, app_name)
      
     Dim myComponent    
@@ -344,7 +344,7 @@ Sub DAImportFile(fileName, projectFile, app_name)
 
     Dim myProject
 
-    '# Setup App Specifc VB Project
+    '# Setup App Specific VB Project
     Set myProject = DAgetProject(fileName, projectFile, app_name)
 
     '# Check if module already exists raise error
@@ -387,7 +387,7 @@ Sub DARemoveModule(fileName, projectFile, app_name)
 
     Dim myProject
 
-    '# Setup App Specifc VB Project
+    '# Setup App Specific VB Project
     Set myProject = DAgetProject(fileName, projectFile, app_name)
     
     '# Check if module already exists raise error
diff --git a/main/offapi/com/sun/star/text/textfield/URL.idl 
b/main/offapi/com/sun/star/text/textfield/URL.idl
index 2d7826d9c7..8f6108c131 100644
--- a/main/offapi/com/sun/star/text/textfield/URL.idl
+++ b/main/offapi/com/sun/star/text/textfield/URL.idl
@@ -39,7 +39,7 @@ published service URL
 {
        service  com::sun::star::text::TextField;
 
-       /** Speciefies how the URL is formated on output.
+       /** Specifies how the URL is formated on output.
        */
        [property] short Format;
 
diff --git a/main/offapi/com/sun/star/view/ViewSettings.idl 
b/main/offapi/com/sun/star/view/ViewSettings.idl
index 4fe4e8761b..e2ccdadabc 100644
--- a/main/offapi/com/sun/star/view/ViewSettings.idl
+++ b/main/offapi/com/sun/star/view/ViewSettings.idl
@@ -50,7 +50,7 @@ published service ViewSettings
        [optional, property] boolean ShowHoriScrollBar; 
  
        
//------------------------------------------------------------------------- 
-       /** specfifies the zoom-value in percent.
+       /** specifies the zoom-value in percent.
         */
        [optional, property] short ZoomValue;
  
diff --git 
a/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/FixedTextLayoutController.java
 
b/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/FixedTextLayoutController.java
index 9cb72e7070..2974a5d6cf 100644
--- 
a/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/FixedTextLayoutController.java
+++ 
b/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/FixedTextLayoutController.java
@@ -37,7 +37,7 @@ import 
org.jfree.report.flow.layoutprocessor.LayoutControllerFactory;
 import org.jfree.report.structure.Section;
 
 /**
- * Processes a fixed-text element of the OpenOffice reporting specifciation.
+ * Processes a fixed-text element of the OpenOffice reporting specification.
  * The element itself contains a single paragraph which contains the content.
  * After checking, whether this element should be printed, this layout
  * controller simply delegates the dirty work to a suitable handler.
diff --git a/main/sfx2/source/appl/newhelp.cxx 
b/main/sfx2/source/appl/newhelp.cxx
index 9c61af9b84..0e3f0212da 100644
--- a/main/sfx2/source/appl/newhelp.cxx
+++ b/main/sfx2/source/appl/newhelp.cxx
@@ -2907,10 +2907,10 @@ void SfxHelpWindow_Impl::MakeLayout()
                Window* pScreenWin = VCLUnoHelper::GetWindow( xWindow );
 
         /* #i55528#
-            Hide() / Show() will produce starnge effects.
+            Hide() / Show() will produce strange effects.
             The returned size (used later to be written back into the 
configuration)
-            isnt the right after a resize during the window is hidden.
-            If this resize is done if the window is visible evyrthing works as 
aspected.
+            isn't the right after a resize during the window is hidden.
+            If this resize is done if the window is visible everything works 
as expected.
             Some VCL-patches could not solve this problem so I've established 
the
             workaround: resize the help window if it's visible .-)
         */
diff --git a/main/tools/inc/tools/extendapplicationenvironment.hxx 
b/main/tools/inc/tools/extendapplicationenvironment.hxx
index f397380d7e..f5d41ccde5 100644
--- a/main/tools/inc/tools/extendapplicationenvironment.hxx
+++ b/main/tools/inc/tools/extendapplicationenvironment.hxx
@@ -29,7 +29,7 @@
 
 namespace tools {
 
-// Extend the environment of the process in a platform specifc way as necessary
+// Extend the environment of the process in a platform specific way as 
necessary
 // for OOo-related applications; must be called first thing in main:
 TOOLS_DLLPUBLIC void extendApplicationEnvironment();
 
diff --git 
a/main/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl 
b/main/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
index daf129bcb7..c60f831efb 100644
--- 
a/main/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
+++ 
b/main/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
@@ -40,7 +40,7 @@
        method, but the component cannot be registered. The reason for this 
exception could be:<br>
     <br><ul>
     <li>the component cannot be found or cannot be loaded (missing path or 
classpath)
-    <li>the component doesn't provide the necessary specifactions (exported 
registration functions for a
+    <li>the component doesn't provide the necessary specifications (exported 
registration functions for a
     C++ component (shared library) or a named registration class with the 
appropriate methods for
     a Java component (normally a jar file)).
     </ul><br>
diff --git a/main/vcl/unx/generic/fontmanager/fontconfig.cxx 
b/main/vcl/unx/generic/fontmanager/fontconfig.cxx
index 312436db1d..ee90e7b942 100644
--- a/main/vcl/unx/generic/fontmanager/fontconfig.cxx
+++ b/main/vcl/unx/generic/fontmanager/fontconfig.cxx
@@ -894,7 +894,7 @@ bool PrintFontManager::addFontconfigDir( const 
rtl::OString& rDirName )
         return false;
 
     // workaround for a stability problems in older FC versions
-    // when handling application specifc fonts
+    // when handling application specific fonts
     const int nVersion = rWrapper.FcGetVersion();
     if( nVersion <= 20400 )
         return false;
diff --git a/main/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx 
b/main/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx
index 029fa36a14..dff08b679b 100644
--- a/main/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx
+++ b/main/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx
@@ -196,7 +196,7 @@ uno::Sequence< ::sal_Int8 > SAL_CALL 
OCipherContext::finalizeCipherContextAndDis
 
     if ( m_bW3CPadding && m_bEncryption )
     {
-        // in this case the last block should be smaller than standtard block
+        // in this case the last block should be smaller than standard block
         // it will be increased with the padding
         OSL_ENSURE( m_aLastBlock.getLength() < m_nBlockSize, "Unexpected size 
of cashed incomplete last block!" );
 
@@ -251,7 +251,7 @@ uno::Sequence< ::sal_Int8 > SAL_CALL 
OCipherContext::finalizeCipherContextAndDis
     if ( m_bW3CPadding && !m_bEncryption )
     {
         // W3CPadding handling for decryption
-        // aResult should have anough data, since we let m_aLastBlock be big 
enough in case of decryption
+        // aResult should have enough data, since we let m_aLastBlock be big 
enough in case of decryption
         OSL_ENSURE( aResult.getLength() >= m_nBlockSize, "Not enough data to 
handle the padding!" );
 
         sal_Int8 nBytesToRemove = aResult[aResult.getLength() - 1];

Reply via email to