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 7f5c89d5b2 misc: fix spelling (#187)
7f5c89d5b2 is described below

commit 7f5c89d5b2565ed069498a1c8ac682c2e94f3fe2
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Fri Dec 1 01:34:49 2023 +1000

    misc: fix spelling (#187)
    
    * misc: fix spelling
    
    * Update TestExtension.java
    
    * Update FilterFactory.idl
    
    * Update ExtendedTypeDetectionFactory.idl
    
    * Update LocationTest.java
    
    * Update HelpComponent.java
    
    * Update HelpSearch.java
    
    * Update TestExtension.java
    
    * Update SOReportJobFactory.java
    
    ---------
    
    Co-authored-by: Matthias Seidel <msei...@apache.org>
---
 main/basic/source/comp/sbcomp.cxx                              |  2 +-
 main/cppuhelper/inc/cppuhelper/basemutex.hxx                   |  2 +-
 main/desktop/source/app/cmdlineargs.cxx                        |  2 +-
 main/desktop/test/deployment/locationtest/LocationTest.java    |  4 ++--
 .../update/updateinfocreation/build/TestExtension.java         |  4 ++--
 .../contextMenuInterceptor/CheckContextMenuInterceptor.java    |  2 +-
 .../complex/contextMenuInterceptor/ContextMenuInterceptor.java |  8 ++++----
 main/libxmlsec/xmlsec1-customkeymanage.patch                   |  2 +-
 main/lingucomponent/source/thesaurus/libnth/nthesimp.cxx       |  2 +-
 .../DevelopersGuide/OfficeDev/ContextMenuInterceptor.java      | 10 +++++-----
 .../com/sun/star/document/ExtendedTypeDetectionFactory.idl     |  4 ++--
 main/offapi/com/sun/star/document/FilterFactory.idl            | 10 +++++-----
 .../OOoRunner/src/main/java/helper/ContextMenuInterceptor.java |  8 ++++----
 .../java/com/sun/star/report/pentaho/SOReportJobFactory.java   |  4 ++--
 main/svtools/source/uno/framestatuslistener.cxx                |  4 ++--
 main/svtools/source/uno/statusbarcontroller.cxx                |  4 ++--
 main/svtools/source/uno/toolboxcontroller.cxx                  |  4 ++--
 main/unotools/source/misc/fontdefs.cxx                         |  2 +-
 main/vcl/aqua/source/gdi/salgdi.cxx                            |  2 +-
 main/vcl/source/gdi/outdev3.cxx                                |  2 +-
 .../src/main/java/com/sun/star/help/HelpComponent.java         |  4 ++--
 .../src/main/java/com/sun/star/help/HelpSearch.java            |  4 ++--
 main/xmloff/source/style/XMLFootnoteSeparatorExport.cxx        |  2 +-
 main/xmlsecurity/tools/standalone/csfit/certmngr.cxx           |  2 +-
 main/xmlsecurity/tools/standalone/csfit/decrypter.cxx          |  2 +-
 main/xmlsecurity/tools/standalone/csfit/encrypter.cxx          |  2 +-
 main/xmlsecurity/tools/standalone/csfit/signer.cxx             |  2 +-
 main/xmlsecurity/tools/standalone/csfit/verifier.cxx           |  2 +-
 main/xmlsecurity/tools/standalone/mscsfit/decrypter.cxx        |  2 +-
 .../main/java/com/sun/star/comp/smoketest/TestExtension.java   |  4 ++--
 test/testuno/source/fvt/uno/sc/data/StandardFilterOption.java  |  4 ++--
 31 files changed, 56 insertions(+), 56 deletions(-)

diff --git a/main/basic/source/comp/sbcomp.cxx 
b/main/basic/source/comp/sbcomp.cxx
index 8e19e660f8..a84f0689eb 100644
--- a/main/basic/source/comp/sbcomp.cxx
+++ b/main/basic/source/comp/sbcomp.cxx
@@ -61,7 +61,7 @@ static bool   GbTraceOn = true;
 static bool    GbIncludePCodes = false;
 
 // GbInitOnlyAtOfficeStart:
-// true = Tracing is only intialized onces after Office start when
+// true = Tracing is only initialized once after Office start when
 // Basic runs the first time. Further calls to Basic, e.g. via events
 // use the same output file. The trace ini file is not read again.
 static bool    GbInitOnlyAtOfficeStart = false;
diff --git a/main/cppuhelper/inc/cppuhelper/basemutex.hxx 
b/main/cppuhelper/inc/cppuhelper/basemutex.hxx
index 4130a5da10..bdeb05bb88 100644
--- a/main/cppuhelper/inc/cppuhelper/basemutex.hxx
+++ b/main/cppuhelper/inc/cppuhelper/basemutex.hxx
@@ -33,7 +33,7 @@ namespace cppu
         
         Implmentation classes have first to derive from BaseMutex and then from
         ::cppu::WeakComponentImplHelperXX to ensure that the BaseMutex is 
completely
-        initialized when the mutex is used to intialize the
+        initialized when the mutex is used to initialize the
         ::cppu::WeakComponentImplHelperXX
     */
        class BaseMutex
diff --git a/main/desktop/source/app/cmdlineargs.cxx 
b/main/desktop/source/app/cmdlineargs.cxx
index 76ce2c407c..dab0503c58 100644
--- a/main/desktop/source/app/cmdlineargs.cxx
+++ b/main/desktop/source/app/cmdlineargs.cxx
@@ -109,7 +109,7 @@ CommandLineArgs::Supplier::Exception::operator =(Exception 
const &)
 
 CommandLineArgs::Supplier::~Supplier() {}
 
-// intialize class with command line parameters from process environment
+// initialize class with command line parameters from process environment
 CommandLineArgs::CommandLineArgs()
 {
        ResetParamValues();
diff --git a/main/desktop/test/deployment/locationtest/LocationTest.java 
b/main/desktop/test/deployment/locationtest/LocationTest.java
index 836a723640..5902a5f238 100644
--- a/main/desktop/test/deployment/locationtest/LocationTest.java
+++ b/main/desktop/test/deployment/locationtest/LocationTest.java
@@ -153,8 +153,8 @@ public class LocationTest {
      */
     public void initialize( Object[] object )
         throws com.sun.star.uno.Exception {
-        /* The component describes what arguments its expected and in which
-         * order!At this point you can read the objects and can intialize
+        /* The component describes what arguments it expects and in which
+         * order! At this point you can read the objects and can initialize
          * your component using these objects.
          */
     }
diff --git 
a/main/desktop/test/deployment/update/updateinfocreation/build/TestExtension.java
 
b/main/desktop/test/deployment/update/updateinfocreation/build/TestExtension.java
index bdaa5e6fff..89a3074a91 100644
--- 
a/main/desktop/test/deployment/update/updateinfocreation/build/TestExtension.java
+++ 
b/main/desktop/test/deployment/update/updateinfocreation/build/TestExtension.java
@@ -152,8 +152,8 @@ public class TestExtension {
          */
         public void initialize( Object[] object )
             throws com.sun.star.uno.Exception {
-            /* The component describes what arguments its expected and in which
-             * order!At this point you can read the objects and can intialize
+            /* The component describes what arguments it expects and in which
+             * order! At this point you can read the objects and can initialize
              * your component using these objects.
              */
         }
diff --git 
a/main/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java
 
b/main/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java
index 061884690b..5eb3c05595 100644
--- 
a/main/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java
+++ 
b/main/framework/qa/complex/contextMenuInterceptor/CheckContextMenuInterceptor.java
@@ -134,7 +134,7 @@ public class CheckContextMenuInterceptor
 
         try
         {
-            // intialize the test document
+            // initialize the test document
             xDrawDoc = DrawTools.createDrawDoc(xMSF);
 
             SOfficeFactory SOF = SOfficeFactory.getFactory(xMSF);
diff --git 
a/main/framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java 
b/main/framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java
index fa15e3edba..8863795eac 100644
--- 
a/main/framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java
+++ 
b/main/framework/qa/complex/contextMenuInterceptor/ContextMenuInterceptor.java
@@ -63,7 +63,7 @@ public class ContextMenuInterceptor implements 
XContextMenuInterceptor
                 com.sun.star.container.XIndexContainer xSubMenuContainer =
                         
UnoRuntime.queryInterface(com.sun.star.container.XIndexContainer.class, 
xMenuElementFactory.createInstance("com.sun.star.ui.ActionTriggerContainer"));
 
-                // intialize root menu entry "Help"
+                // initialize root menu entry "Help"
                 xRootMenuEntry.setPropertyValue("Text", ("Help"));
                 xRootMenuEntry.setPropertyValue("CommandURL", ("slot:5410"));
                 xRootMenuEntry.setPropertyValue("HelpURL", ("5410"));
@@ -71,7 +71,7 @@ public class ContextMenuInterceptor implements 
XContextMenuInterceptor
                 xRootMenuEntry.setPropertyValue("Image", myBitmap);
 
                 // create menu entries for the new sub menu
-                // intialize help/content menu entry
+                // initialize help/content menu entry
                 // entry "Content"
                 XPropertySet xMenuEntry = 
UnoRuntime.queryInterface(XPropertySet.class, 
xMenuElementFactory.createInstance("com.sun.star.ui.ActionTrigger"));
                 xMenuEntry.setPropertyValue("Text", ("Content"));
@@ -81,7 +81,7 @@ public class ContextMenuInterceptor implements 
XContextMenuInterceptor
                 // insert menu entry to sub menu
                 xSubMenuContainer.insertByIndex(0, (Object) xMenuEntry);
 
-                // intialize help/help agent
+                // initialize help/help agent
                 // entry "Help Agent"
                 xMenuEntry = 
UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, 
xMenuElementFactory.createInstance("com.sun.star.ui.ActionTrigger"));
                 xMenuEntry.setPropertyValue("Text", ("Help Agent"));
@@ -90,7 +90,7 @@ public class ContextMenuInterceptor implements 
XContextMenuInterceptor
 
                 // insert menu entry to sub menu
                 xSubMenuContainer.insertByIndex(1, (Object) xMenuEntry);
-                // intialize help/tips
+                // initialize help/tips
                 // entry "Tips"
                 xMenuEntry = 
UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, 
xMenuElementFactory.createInstance("com.sun.star.ui.ActionTrigger"));
                 xMenuEntry.setPropertyValue("Text", ("Tips"));
diff --git a/main/libxmlsec/xmlsec1-customkeymanage.patch 
b/main/libxmlsec/xmlsec1-customkeymanage.patch
index 72861a2f50..f8d3d7260f 100644
--- a/main/libxmlsec/xmlsec1-customkeymanage.patch
+++ b/main/libxmlsec/xmlsec1-customkeymanage.patch
@@ -3097,7 +3097,7 @@
 +                              xmlSecErrorsSafeString( xmlSecTransformGetName( 
transform ) ) ,
 +                              NULL ,
 +                              XMLSEC_ERRORS_R_INVALID_STATUS ,
-+                              "No enough data to intialize transform" ) ;
++                              "No enough data to initialize transform" ) ;
 +                      return(-1);
 +              }
 +
diff --git a/main/lingucomponent/source/thesaurus/libnth/nthesimp.cxx 
b/main/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
index 9ca7f25450..333b44f05d 100644
--- a/main/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
+++ b/main/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
@@ -349,7 +349,7 @@ Sequence < Reference < 
::com::sun::star::linguistic2::XMeaning > > SAL_CALL Thes
     {
         if (rLocale == aTLocs[i])
         {
-            // open up and intialize this thesaurus if need be
+            // open up and initialize this thesaurus if need be
             if (!aThes[i])
             {
                 OUString datpath = aTNames[i] + A2OU(".dat");
diff --git 
a/main/odk/examples/DevelopersGuide/OfficeDev/ContextMenuInterceptor.java 
b/main/odk/examples/DevelopersGuide/OfficeDev/ContextMenuInterceptor.java
index 7539f5c2bb..c8ce686c1a 100644
--- a/main/odk/examples/DevelopersGuide/OfficeDev/ContextMenuInterceptor.java
+++ b/main/odk/examples/DevelopersGuide/OfficeDev/ContextMenuInterceptor.java
@@ -53,7 +53,7 @@ public class ContextMenuInterceptor implements 
XContextMenuInterceptor {
                 xCompLoader.loadComponentFromURL("private:factory/swriter",
                     "_blank", 0, new com.sun.star.beans.PropertyValue[0]);
 
-            // intialize the test document
+            // initialize the test document
             com.sun.star.frame.XFrame xFrame = null;
             {
             com.sun.star.text.XTextDocument xDoc 
=(com.sun.star.text.XTextDocument)
@@ -170,7 +170,7 @@ public class ContextMenuInterceptor implements 
XContextMenuInterceptor {
                             xMenuElementFactory.createInstance( 
                                 "com.sun.star.ui.ActionTriggerContainer" ));
 
-                // intialize root menu entry
+                // initialize root menu entry
                 xRootMenuEntry.setPropertyValue( "Text", new String( "Help" ));
                 xRootMenuEntry.setPropertyValue( "CommandURL", new String( 
"slot:5410" ));
                 xRootMenuEntry.setPropertyValue( "HelpURL", new String( "5410" 
));
@@ -178,7 +178,7 @@ public class ContextMenuInterceptor implements 
XContextMenuInterceptor {
 
                 // create menu entries for the new sub menu
                                 
-                // intialize help/content menu entry
+                // initialize help/content menu entry
                 XPropertySet xMenuEntry = 
(XPropertySet)UnoRuntime.queryInterface( 
                                               XPropertySet.class, 
xMenuElementFactory.createInstance(
                                                   
"com.sun.star.ui.ActionTrigger" ));
@@ -190,7 +190,7 @@ public class ContextMenuInterceptor implements 
XContextMenuInterceptor {
                 // insert menu entry to sub menu
                 xSubMenuContainer.insertByIndex( 0, (Object)xMenuEntry );
 
-                // intialize help/help agent
+                // initialize help/help agent
                 xMenuEntry = 
(com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( 
                                  com.sun.star.beans.XPropertySet.class,
                                      xMenuElementFactory.createInstance(
@@ -202,7 +202,7 @@ public class ContextMenuInterceptor implements 
XContextMenuInterceptor {
                 // insert menu entry to sub menu
                 xSubMenuContainer.insertByIndex( 1, (Object)xMenuEntry );
                        
-                // intialize help/tips
+                // initialize help/tips
                 xMenuEntry = 
(com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( 
                                  com.sun.star.beans.XPropertySet.class,
                                      xMenuElementFactory.createInstance( 
diff --git a/main/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl 
b/main/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
index d55e50fae8..d0daffee1b 100644
--- a/main/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
+++ b/main/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
@@ -60,8 +60,8 @@ published service ExtendedTypeDetectionFactory
     /** factory interface to create and initialize extended type detection 
components.
 
         <p>
-        A detection component must be specified by it's uno implementation 
name and will be crated then.
-        Every new created component can be intialized with it's own 
configuration data
+        A detection component must be specified by its uno implementation name 
and will be crated then.
+        Every new created component can be initialized with its own 
configuration data
         and may given optional arguments of the corresponding 
createInstanceWithArguments() request. To do so the
         service must support the optional interface <type 
scope="com::sun::star::lang">XInitialization</type>.
         The arguments parameter will have the following structure:
diff --git a/main/offapi/com/sun/star/document/FilterFactory.idl 
b/main/offapi/com/sun/star/document/FilterFactory.idl
index fc4f96cffd..83d25ef385 100644
--- a/main/offapi/com/sun/star/document/FilterFactory.idl
+++ b/main/offapi/com/sun/star/document/FilterFactory.idl
@@ -69,7 +69,7 @@ published service FilterFactory
         The methods createInstance() or createInstanceWithArguments() of this 
interface must be
         called with an internal type name!. This name is used internally to 
search a suitable
         (mostly the default) filter for this type then. The found filter will 
be created, initialized
-        and returned then. Creation of a filter by using it's internal filter 
name directly can be
+        and returned then. Creation of a filter by using its internal filter 
name directly can be
         reached by using createInstanceWithArguments() with an optional 
property "FilterName" only.
         See the following example:
 
@@ -94,7 +94,7 @@ published service FilterFactory
         <strong>Proposed behaviour</strong><p>
         Searching of a suitable filter for a given internal type name, must be 
done by the new interface
         <type scope="com::sun::star::container">XContainerQuery</type>, 
available on this factory too.
-        The factory interface can be used to create filter components by it's 
internal filter name only.
+        The factory interface can be used to create filter components by its 
internal filter name only.
         </p>
 
         <p>
@@ -107,14 +107,14 @@ published service FilterFactory
 
         <p>
         <strong>Initialization of a filter component</strong><p>
-        Every filter, which was created by this factory can(!) be intialized 
with it's own configuration data
+        Every filter, which was created by this factory can(!) be initialized 
with its own configuration data
         and may given optional arguments of the corresponding 
createInstanceWithArguments() request. To do so the filter
         instance must support the optional interface <type 
scope="com::sun::star::lang">XInitialization</type>.
         The arguments parameter will have the following structure:
         <ul>
             <li>sequence< Any >[0] contains a sequence< <type 
scope="com::sun::star::beans">PropertyValue</type> >,
                 which represent the configuration data set of this filter. The 
used properties are the same, as
-                they are available at the container interface of this factoyr 
service. (see below)</li>
+                they are available at the container interface of this factory 
service. (see below)</li>
             <li>Every following item of the argument list sequence< Any 
>[1..n] contains the copied argument of the
                 corresponding createInstanceWithArguments() call. That means: 
Item 0 or the original list was copied as
                 item 1 of the destination list ... etc.
@@ -153,7 +153,7 @@ published service FilterFactory
                 <td>[sequence< string >]</td>
                 <td>It contains all available localized names for this filter. 
The are organized
                     in pairs and represented as a structure of sequence< <type 
scope="com::sun::star::beans">PropertyValue</type> >.
-                    The name of such property must be interpreted as locale; 
it's value as the localized
+                    The name of such property must be interpreted as locale; 
its value as the localized
                     filter name corresponding to this locale.</td>
             </tr>
             <tr>
diff --git 
a/main/qadevOOo/java/OOoRunner/src/main/java/helper/ContextMenuInterceptor.java 
b/main/qadevOOo/java/OOoRunner/src/main/java/helper/ContextMenuInterceptor.java
index 84d0aaa71b..c19dee2e5f 100644
--- 
a/main/qadevOOo/java/OOoRunner/src/main/java/helper/ContextMenuInterceptor.java
+++ 
b/main/qadevOOo/java/OOoRunner/src/main/java/helper/ContextMenuInterceptor.java
@@ -67,14 +67,14 @@ public class ContextMenuInterceptor implements 
XContextMenuInterceptor {
                         XIndexContainer.class,
                         
xMenuElementFactory.createInstance("com.sun.star.ui.ActionTriggerContainer" ));
                 
-                // intialize root menu entry "Help"
+                // initialize root menu entry "Help"
                 xRootMenuEntry.setPropertyValue( "Text", new String( "Help" ));
                 xRootMenuEntry.setPropertyValue( "CommandURL", new String( 
"slot:5410" ));
                 xRootMenuEntry.setPropertyValue( "HelpURL", new String( "5410" 
));
                 xRootMenuEntry.setPropertyValue( "SubContainer", 
(Object)xSubMenuContainer );
                 
                 // create menu entries for the new sub menu
-                // intialize help/content menu entry
+                // initialize help/content menu entry
                 // entry "Content"
                 XPropertySet xMenuEntry = 
(XPropertySet)UnoRuntime.queryInterface(
                         XPropertySet.class, xMenuElementFactory.createInstance(
@@ -86,7 +86,7 @@ public class ContextMenuInterceptor implements 
XContextMenuInterceptor {
                 // insert menu entry to sub menu
                 xSubMenuContainer.insertByIndex( 0, (Object)xMenuEntry );
                 
-                // intialize help/help agent
+                // initialize help/help agent
                 // entry "Help Agent"
                 xMenuEntry = (XPropertySet)UnoRuntime.queryInterface(
                         XPropertySet.class,
@@ -97,7 +97,7 @@ public class ContextMenuInterceptor implements 
XContextMenuInterceptor {
                 
                 // insert menu entry to sub menu
                 xSubMenuContainer.insertByIndex( 1, (Object)xMenuEntry );
-                // intialize help/tips
+                // initialize help/tips
                 // entry "Tips"
                 xMenuEntry = (XPropertySet)UnoRuntime.queryInterface(
                         XPropertySet.class,
diff --git 
a/main/reportbuilder/java/com/sun/star/report/pentaho/SOReportJobFactory.java 
b/main/reportbuilder/java/com/sun/star/report/pentaho/SOReportJobFactory.java
index 01dc548d98..403889b6c1 100644
--- 
a/main/reportbuilder/java/com/sun/star/report/pentaho/SOReportJobFactory.java
+++ 
b/main/reportbuilder/java/com/sun/star/report/pentaho/SOReportJobFactory.java
@@ -116,8 +116,8 @@ public class SOReportJobFactory
         public void initialize(final Object[] object)
                 throws com.sun.star.uno.Exception
         {
-            /* The component describes what arguments its expected and in which
-             * order!At this point you can read the objects and can intialize
+            /* The component describes what arguments it expects and in which
+             * order! At this point you can read the objects and can initialize
              * your component using these objects.
              */
         }
diff --git a/main/svtools/source/uno/framestatuslistener.cxx 
b/main/svtools/source/uno/framestatuslistener.cxx
index 1922fb1b4d..ac997bd1c7 100644
--- a/main/svtools/source/uno/framestatuslistener.cxx
+++ b/main/svtools/source/uno/framestatuslistener.cxx
@@ -196,7 +196,7 @@ void FrameStatusListener::addStatusListener( const 
rtl::OUString& aCommandURL )
             return;
 
         // Check if we are already initialized. Implementation starts adding 
itself as status listener when
-        // intialize is called.
+        // initialize is called.
         if ( !m_bInitialized )
         {
             // Put into the hash_map of status listener. Will be activated 
when initialized is called
@@ -205,7 +205,7 @@ void FrameStatusListener::addStatusListener( const 
rtl::OUString& aCommandURL )
         }
         else
         {
-            // Add status listener directly as intialize has already been 
called.
+            // Add status listener directly as initialize has already been 
called.
             Reference< XDispatchProvider > xDispatchProvider( m_xFrame, 
UNO_QUERY );
             if ( m_xServiceManager.is() && xDispatchProvider.is() )
             {
diff --git a/main/svtools/source/uno/statusbarcontroller.cxx 
b/main/svtools/source/uno/statusbarcontroller.cxx
index 4d94a3b7c9..17bd2bea74 100644
--- a/main/svtools/source/uno/statusbarcontroller.cxx
+++ b/main/svtools/source/uno/statusbarcontroller.cxx
@@ -397,7 +397,7 @@ void StatusbarController::addStatusListener( const 
rtl::OUString& aCommandURL )
             return;
 
         // Check if we are already initialized. Implementation starts adding 
itself as status listener when
-        // intialize is called.
+        // initialize is called.
         if ( !m_bInitialized )
         {
             // Put into the hash_map of status listener. Will be activated 
when initialized is called
@@ -406,7 +406,7 @@ void StatusbarController::addStatusListener( const 
rtl::OUString& aCommandURL )
         }
         else
         {
-            // Add status listener directly as intialize has already been 
called.
+            // Add status listener directly as initialize has already been 
called.
             Reference< XDispatchProvider > xDispatchProvider( m_xFrame, 
UNO_QUERY );
             if ( m_xServiceManager.is() && xDispatchProvider.is() )
             {
diff --git a/main/svtools/source/uno/toolboxcontroller.cxx 
b/main/svtools/source/uno/toolboxcontroller.cxx
index b0405d6e3b..30c84e6750 100644
--- a/main/svtools/source/uno/toolboxcontroller.cxx
+++ b/main/svtools/source/uno/toolboxcontroller.cxx
@@ -413,7 +413,7 @@ void ToolboxController::addStatusListener( const 
rtl::OUString& aCommandURL )
             return;
 
         // Check if we are already initialized. Implementation starts adding 
itself as status listener when
-        // intialize is called.
+        // initialize is called.
         if ( !m_bInitialized )
         {
             // Put into the hash_map of status listener. Will be activated 
when initialized is called
@@ -422,7 +422,7 @@ void ToolboxController::addStatusListener( const 
rtl::OUString& aCommandURL )
         }
         else
         {
-            // Add status listener directly as intialize has already been 
called.
+            // Add status listener directly as initialize has already been 
called.
             Reference< XDispatchProvider > xDispatchProvider( m_xFrame, 
UNO_QUERY );
             if ( m_xServiceManager.is() && xDispatchProvider.is() )
             {
diff --git a/main/unotools/source/misc/fontdefs.cxx 
b/main/unotools/source/misc/fontdefs.cxx
index 4a70822c4e..3ce4a8f0a9 100644
--- a/main/unotools/source/misc/fontdefs.cxx
+++ b/main/unotools/source/misc/fontdefs.cxx
@@ -410,7 +410,7 @@ void GetEnglishSearchFontName( String& rName )
     {
         typedef std::hash_map<const String, const char*,FontNameHash> 
FontNameDictionary;
         static FontNameDictionary aDictionary( sizeof(aImplLocalizedNamesList) 
/ sizeof(*aImplLocalizedNamesList) );
-        // the font name dictionary needs to be intialized once
+        // the font name dictionary needs to be initialized once
         if( aDictionary.empty() )
         {
             // TODO: check if all dictionary entries are already normalized?
diff --git a/main/vcl/aqua/source/gdi/salgdi.cxx 
b/main/vcl/aqua/source/gdi/salgdi.cxx
index c451bf74f0..20b148394e 100644
--- a/main/vcl/aqua/source/gdi/salgdi.cxx
+++ b/main/vcl/aqua/source/gdi/salgdi.cxx
@@ -2499,7 +2499,7 @@ void XorEmulation::SetTarget( int nWidth, int nHeight, 
int nTargetDepth,
        if( aCGColorSpace == GetSalData()->mxGraySpace )
                CGContextSetBlendMode( mxMaskContext, kCGBlendModeDifference );
 
-       // intialize the transformation matrix to the drawing target
+       // initialize the transformation matrix to the drawing target
        const CGAffineTransform aCTM = CGContextGetCTM( xTargetContext );
        CGContextConcatCTM( mxMaskContext, aCTM );
        if( mxTempContext )
diff --git a/main/vcl/source/gdi/outdev3.cxx b/main/vcl/source/gdi/outdev3.cxx
index e8c7e486b8..cfc993c221 100644
--- a/main/vcl/source/gdi/outdev3.cxx
+++ b/main/vcl/source/gdi/outdev3.cxx
@@ -3300,7 +3300,7 @@ ImplFontMetricData::ImplFontMetricData( const 
ImplFontSelectData& rFontSelData )
     mnSlant        = rFontSelData.GetSlant();
     mnOrientation  = sal::static_int_cast<short>(rFontSelData.mnOrientation);
 
-       // intialize the used font name
+       // initialize the used font name
     if( rFontSelData.mpFontData )
     {
         maName     = rFontSelData.mpFontData->maName;
diff --git 
a/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/HelpComponent.java
 
b/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/HelpComponent.java
index 28fd533a2a..f095d4a243 100644
--- 
a/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/HelpComponent.java
+++ 
b/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/HelpComponent.java
@@ -102,8 +102,8 @@ public class HelpComponent
        public void initialize( Object[] object )
                throws com.sun.star.uno.Exception
        {
-               /* The component describes what arguments its expected and in 
which
-                * order!At this point you can read the objects and can 
intialize
+               /* The component describes what arguments it expects and in 
which
+                * order! At this point you can read the objects and can 
initialize
                 * your component using these objects.
                 */
        }
diff --git 
a/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/HelpSearch.java
 
b/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/HelpSearch.java
index 77db1ae2b2..0bd0f65efc 100644
--- 
a/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/HelpSearch.java
+++ 
b/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/HelpSearch.java
@@ -323,8 +323,8 @@ public class HelpSearch
          */
         public void initialize( Object[] object )
             throws com.sun.star.uno.Exception {
-            /* The component describes what arguments its expected and in which
-             * order!At this point you can read the objects and can intialize
+            /* The component describes what arguments it expects and in which
+             * order! At this point you can read the objects and can initialize
              * your component using these objects.
              */
         }
diff --git a/main/xmloff/source/style/XMLFootnoteSeparatorExport.cxx 
b/main/xmloff/source/style/XMLFootnoteSeparatorExport.cxx
index b41683fc12..a7c31628d8 100644
--- a/main/xmloff/source/style/XMLFootnoteSeparatorExport.cxx
+++ b/main/xmloff/source/style/XMLFootnoteSeparatorExport.cxx
@@ -64,7 +64,7 @@ void XMLFootnoteSeparatorExport::exportXML(
 {
        DBG_ASSERT(NULL != pProperties, "Need property states");
 
-       // intialize values
+       // initialize values
        sal_Int16 eLineAdjust = text::HorizontalAdjust_LEFT;
        sal_Int32 nLineColor = 0;
        sal_Int32 nLineDistance = 0;
diff --git a/main/xmlsecurity/tools/standalone/csfit/certmngr.cxx 
b/main/xmlsecurity/tools/standalone/csfit/certmngr.cxx
index 38c6b6ce34..2f66422118 100644
--- a/main/xmlsecurity/tools/standalone/csfit/certmngr.cxx
+++ b/main/xmlsecurity/tools/standalone/csfit/certmngr.cxx
@@ -81,7 +81,7 @@ int SAL_CALL main( int argc, char **argv )
        PR_Init( PR_SYSTEM_THREAD, PR_PRIORITY_NORMAL, 1 ) ;
        PK11_SetPasswordFunc( PriPK11PasswordFunc ) ;
        if( NSS_Init( argv[1] ) != SECSuccess ) {
-               fprintf( stderr , "### cannot intialize NSS!\n" ) ;
+               fprintf( stderr , "### cannot initialize NSS!\n" ) ;
                goto done ;
        }
 
diff --git a/main/xmlsecurity/tools/standalone/csfit/decrypter.cxx 
b/main/xmlsecurity/tools/standalone/csfit/decrypter.cxx
index 9b7ad593d4..bbb2ae0549 100644
--- a/main/xmlsecurity/tools/standalone/csfit/decrypter.cxx
+++ b/main/xmlsecurity/tools/standalone/csfit/decrypter.cxx
@@ -105,7 +105,7 @@ int SAL_CALL main( int argc, char **argv )
        PR_Init( PR_SYSTEM_THREAD, PR_PRIORITY_NORMAL, 1 ) ;
        PK11_SetPasswordFunc( PriPK11PasswordFunc ) ;
        if( NSS_Init( argv[1] ) != SECSuccess ) {
-               fprintf( stderr , "### cannot intialize NSS!\n" ) ;
+               fprintf( stderr , "### cannot initialize NSS!\n" ) ;
                goto done ;
        }
 
diff --git a/main/xmlsecurity/tools/standalone/csfit/encrypter.cxx 
b/main/xmlsecurity/tools/standalone/csfit/encrypter.cxx
index da9f257d03..d46381f49a 100644
--- a/main/xmlsecurity/tools/standalone/csfit/encrypter.cxx
+++ b/main/xmlsecurity/tools/standalone/csfit/encrypter.cxx
@@ -101,7 +101,7 @@ int SAL_CALL main( int argc, char **argv )
        PR_Init( PR_SYSTEM_THREAD, PR_PRIORITY_NORMAL, 1 ) ;
        PK11_SetPasswordFunc( PriPK11PasswordFunc ) ;
        if( NSS_Init( argv[1] ) != SECSuccess ) {
-               fprintf( stderr , "### cannot intialize NSS!\n" ) ;
+               fprintf( stderr , "### cannot initialize NSS!\n" ) ;
                goto done ;
        }
 
diff --git a/main/xmlsecurity/tools/standalone/csfit/signer.cxx 
b/main/xmlsecurity/tools/standalone/csfit/signer.cxx
index 7d49c2ae3e..7ecbff4e91 100644
--- a/main/xmlsecurity/tools/standalone/csfit/signer.cxx
+++ b/main/xmlsecurity/tools/standalone/csfit/signer.cxx
@@ -112,7 +112,7 @@ int SAL_CALL main( int argc, char **argv )
        PR_Init( PR_SYSTEM_THREAD, PR_PRIORITY_NORMAL, 1 ) ;
        PK11_SetPasswordFunc( PriPK11PasswordFunc ) ;
        if( NSS_Init( argv[1] ) != SECSuccess ) {
-               fprintf( stderr , "### cannot intialize NSS!\n" ) ;
+               fprintf( stderr , "### cannot initialize NSS!\n" ) ;
                goto done ;
        }
 
diff --git a/main/xmlsecurity/tools/standalone/csfit/verifier.cxx 
b/main/xmlsecurity/tools/standalone/csfit/verifier.cxx
index 326a03614f..61710b0fd7 100644
--- a/main/xmlsecurity/tools/standalone/csfit/verifier.cxx
+++ b/main/xmlsecurity/tools/standalone/csfit/verifier.cxx
@@ -107,7 +107,7 @@ int SAL_CALL main( int argc, char **argv )
        PR_Init( PR_SYSTEM_THREAD, PR_PRIORITY_NORMAL, 1 ) ;
        PK11_SetPasswordFunc( PriPK11PasswordFunc ) ;
        if( NSS_Init( argv[1] ) != SECSuccess ) {
-               fprintf( stderr , "### cannot intialize NSS!\n" ) ;
+               fprintf( stderr , "### cannot initialize NSS!\n" ) ;
                return 1 ;
        }
 
diff --git a/main/xmlsecurity/tools/standalone/mscsfit/decrypter.cxx 
b/main/xmlsecurity/tools/standalone/mscsfit/decrypter.cxx
index 954fef1d44..3bf1fd157e 100644
--- a/main/xmlsecurity/tools/standalone/mscsfit/decrypter.cxx
+++ b/main/xmlsecurity/tools/standalone/mscsfit/decrypter.cxx
@@ -104,7 +104,7 @@ int SAL_CALL main( int argc, char **argv )
        PR_Init( PR_SYSTEM_THREAD, PR_PRIORITY_NORMAL, 1 ) ;
        PK11_SetPasswordFunc( PriPK11PasswordFunc ) ;
        if( NSS_Init( argv[1] ) != SECSuccess ) {
-               fprintf( stderr , "### cannot intialize NSS!\n" ) ;
+               fprintf( stderr , "### cannot initialize NSS!\n" ) ;
                goto done ;
        }
 
diff --git 
a/test/smoketestdoc/src/main/java/com/sun/star/comp/smoketest/TestExtension.java
 
b/test/smoketestdoc/src/main/java/com/sun/star/comp/smoketest/TestExtension.java
index d7d6e51674..bceb677c54 100644
--- 
a/test/smoketestdoc/src/main/java/com/sun/star/comp/smoketest/TestExtension.java
+++ 
b/test/smoketestdoc/src/main/java/com/sun/star/comp/smoketest/TestExtension.java
@@ -153,8 +153,8 @@ public class TestExtension {
          */
         public void initialize( Object[] object )
             throws com.sun.star.uno.Exception {
-            /* The component describes what arguments its expected and in which
-             * order!At this point you can read the objects and can intialize
+            /* The component describes what arguments it expects and in which
+             * order! At this point you can read the objects and can initialize
              * your component using these objects.
              */
         }
diff --git a/test/testuno/source/fvt/uno/sc/data/StandardFilterOption.java 
b/test/testuno/source/fvt/uno/sc/data/StandardFilterOption.java
index 8c4cbe1db3..8488008f1a 100644
--- a/test/testuno/source/fvt/uno/sc/data/StandardFilterOption.java
+++ b/test/testuno/source/fvt/uno/sc/data/StandardFilterOption.java
@@ -172,7 +172,7 @@ public class StandardFilterOption {
                                assertFalse("Expect should be false", (Boolean) 
PropSet.getPropertyValue("IsVisible"));
                }
 
-               // Change to CaseSenstive
+               // Change to CaseSensitive
                xFilterProp.setPropertyValue("IsCaseSensitive", true);
                xFilter.filter(xFilterDesc);
 
@@ -418,7 +418,7 @@ public class StandardFilterOption {
                                assertTrue("Verify row is invisible.", 
(Boolean) PropSet.getPropertyValue("IsVisible"));
                }
 
-               // Change to skip Dulicates
+               // Change to skip Duplicates
                xFilterProp.setPropertyValue("SkipDuplicates", new 
Boolean(false));
                xFilter.filter(xFilterDesc);
 


Reply via email to