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 60294577ea Fix spelling in code comments (#211)
60294577ea is described below

commit 60294577ea0827d9b2329ded093b993de39091a7
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Tue May 14 21:02:13 2024 +1000

    Fix spelling in code comments (#211)
    
    Thanks!
    
    (cherry picked from commit 07df5c711310d210fae9747223095e12ac5f0c18)
---
 main/drawinglayer/inc/drawinglayer/primitive2d/controlprimitive2d.hxx | 4 ++--
 main/editeng/source/misc/unolingu.cxx                                 | 2 +-
 main/linguistic/source/misc.cxx                                       | 2 +-
 main/psprint_config/configuration/psprint.conf                        | 2 +-
 main/sd/source/ui/inc/OutlineView.hxx                                 | 2 +-
 main/xmerge/source/palmtests/qa/lib/converterlib.pm                   | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/main/drawinglayer/inc/drawinglayer/primitive2d/controlprimitive2d.hxx 
b/main/drawinglayer/inc/drawinglayer/primitive2d/controlprimitive2d.hxx
index a142aeb8b8..317e57fc2b 100644
--- a/main/drawinglayer/inc/drawinglayer/primitive2d/controlprimitive2d.hxx
+++ b/main/drawinglayer/inc/drawinglayer/primitive2d/controlprimitive2d.hxx
@@ -38,10 +38,10 @@ namespace drawinglayer
        {
         /** ControlPrimitive2D class
 
-            Base class for ControlPrimitive handling. It decoposes to a
+            Base class for ControlPrimitive handling. It decomposes to a
             graphical representation (Bitmap data) of the control. This
             representation is limited to a quadratic pixel maximum defined
-            in the applicatin settings.
+            in the application settings.
          */
                class DRAWINGLAYER_DLLPUBLIC ControlPrimitive2D : public 
BufferedDecompositionPrimitive2D
                {
diff --git a/main/editeng/source/misc/unolingu.cxx 
b/main/editeng/source/misc/unolingu.cxx
index 9983174cfb..2e2711683a 100644
--- a/main/editeng/source/misc/unolingu.cxx
+++ b/main/editeng/source/misc/unolingu.cxx
@@ -877,7 +877,7 @@ public:
 LinguMgrAppExitLstnr::LinguMgrAppExitLstnr()
 {
        // add object to frame::Desktop EventListeners in order to properly call
-       // the AtExit function at appliction exit.
+       // the AtExit function at application exit.
 
        uno::Reference< XMultiServiceFactory >  xMgr = 
getProcessServiceFactory();
        if ( xMgr.is() )
diff --git a/main/linguistic/source/misc.cxx b/main/linguistic/source/misc.cxx
index e5439b80ff..11222381f4 100644
--- a/main/linguistic/source/misc.cxx
+++ b/main/linguistic/source/misc.cxx
@@ -930,7 +930,7 @@ uno::Reference< XDictionary > GetIgnoreAllList()
 AppExitListener::AppExitListener()
 {
        // add object to Desktop EventListeners in order to properly call
-       // the AtExit function at appliction exit.
+       // the AtExit function at application exit.
        uno::Reference< XMultiServiceFactory > xMgr = 
getProcessServiceFactory();
 
        if (xMgr.is())
diff --git a/main/psprint_config/configuration/psprint.conf 
b/main/psprint_config/configuration/psprint.conf
index 5a18beac30..b606fad720 100644
--- a/main/psprint_config/configuration/psprint.conf
+++ b/main/psprint_config/configuration/psprint.conf
@@ -105,7 +105,7 @@ Command=
 ; QuickCommand: a command line that accepts PostScript as standard input (pipe)
 ; this command line will be used instead of the command line given in the
 ; "Command" key, if the user presses the direct print button. In this case
-; no print dialog should be shown, neither form the printing applcation nor
+; no print dialog should be shown, neither from the printing application nor
 ; from the command line (example "kprinter --nodialog --stdin")
 ; note: a shell will be started for the command
 ;QuickCommand=
diff --git a/main/sd/source/ui/inc/OutlineView.hxx 
b/main/sd/source/ui/inc/OutlineView.hxx
index f349a1d88e..d559e5e49a 100644
--- a/main/sd/source/ui/inc/OutlineView.hxx
+++ b/main/sd/source/ui/inc/OutlineView.hxx
@@ -217,7 +217,7 @@ private:
        */
        void onUpdateStyleSettings( bool bForceUpdate = false );
 
-       /** this link is called from the vcl applicaten when the stylesettings
+       /** this link is called from the vcl application when the stylesettings
                change. Its only purpose is to call onUpdateStyleSettings() 
then.
        */
        DECL_LINK( AppEventListenerHdl, void * );
diff --git a/main/xmerge/source/palmtests/qa/lib/converterlib.pm 
b/main/xmerge/source/palmtests/qa/lib/converterlib.pm
index 358448645b..80566ea9db 100644
--- a/main/xmerge/source/palmtests/qa/lib/converterlib.pm
+++ b/main/xmerge/source/palmtests/qa/lib/converterlib.pm
@@ -802,7 +802,7 @@ sub tap_applications
 # x           - x-location to enter string
 # y           - y-location to enter string
 # in_string   - string to enter
-# application - appliation (QUICKWORD or MINICALC)
+# application - application (QUICKWORD or MINICALC)
 #
 # Enters a string at the specified x,y position.
 #

Reply via email to