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 e883eadd19 docs: fix spelling in code comments (#204)
e883eadd19 is described below

commit e883eadd19c750cfe26756b7f3a4200f3e440102
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Thu Feb 22 08:56:38 2024 +1000

    docs: fix spelling in code comments (#204)
---
 main/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx               | 2 +-
 main/offapi/com/sun/star/system/XSystemShellExecute.idl               | 2 +-
 main/offapi/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl | 2 +-
 main/offapi/com/sun/star/ui/dialogs/XExecutableDialog.idl             | 2 +-
 .../OOoRunner/src/main/java/ifc/accessibility/_XAccessibleValue.java  | 4 ++--
 main/solenv/doc/gbuild/solenv/gbuild/package.mk                       | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/main/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx 
b/main/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx
index f5c98662a1..377223a474 100644
--- a/main/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx
+++ b/main/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx
@@ -84,7 +84,7 @@ namespace
 
        /* p = sp - 512; new sp will be p - 16, but we don't change sp
         * at this time to avoid breaking ABI--not sure whether changing sp 
will break
-        * references to local variables. For the same reason, we use abosulte 
value. 
+        * references to local variables. For the same reason, we use absolute 
value.
         */
        __asm__ __volatile__ (
                "addiu $2,$29,-512\n\t"
diff --git a/main/offapi/com/sun/star/system/XSystemShellExecute.idl 
b/main/offapi/com/sun/star/system/XSystemShellExecute.idl
index abb9a344ff..041dd56b12 100644
--- a/main/offapi/com/sun/star/system/XSystemShellExecute.idl
+++ b/main/offapi/com/sun/star/system/XSystemShellExecute.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module system {
 */
 published interface XSystemShellExecute
 {
-    /** Executes an abitrary system command.
+    /** Executes an arbitrary system command.
 
     @param aCommand
         Specifies the command to execute.
diff --git 
a/main/offapi/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl 
b/main/offapi/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl
index f630e355be..05b96de29c 100644
--- a/main/offapi/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl
@@ -45,7 +45,7 @@ interface XAsynchronousExecutableDialog: 
com::sun::star::uno::XInterface
        /**     Sets the title of the dialog.
 
                @param aTitle
-               Set an abitrary title for the dialog,
+               Set an arbitrary title for the dialog,
         may be an empty string if the dialog should not have a title.
        */
     void setDialogTitle( [in] string aTitle );
diff --git a/main/offapi/com/sun/star/ui/dialogs/XExecutableDialog.idl 
b/main/offapi/com/sun/star/ui/dialogs/XExecutableDialog.idl
index cc7e859af9..232b0aa3c2 100644
--- a/main/offapi/com/sun/star/ui/dialogs/XExecutableDialog.idl
+++ b/main/offapi/com/sun/star/ui/dialogs/XExecutableDialog.idl
@@ -47,7 +47,7 @@ published interface XExecutableDialog: 
com::sun::star::uno::XInterface
        /**     Sets the title of the dialog.
 
                @param aTitle  
-               Set an abitrary title for the dialog, 
+               Set an arbitrary title for the dialog,
                may be an empty string if the dialog should not
                have a title.
        */
diff --git 
a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/_XAccessibleValue.java
 
b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/_XAccessibleValue.java
index bfd5c4bf1e..81aca6a053 100644
--- 
a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/_XAccessibleValue.java
+++ 
b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/_XAccessibleValue.java
@@ -176,7 +176,7 @@ public class _XAccessibleValue extends MultiMethodTest {
                                log.println("If one sets the maximum value of a 
scroll bar with XScrollBar::setMaximum(),"+
                                "then XScrollBar::getValue() returns the 
maximum value minus the visible size of"+
                                "the thumb");
-                               //using abitrary Value, since we can't 
determine the resulting value
+                               //using arbitrary Value, since we can't 
determine the resulting value
                                partResult = resVal > 10;
                        }
                        
@@ -200,7 +200,7 @@ public class _XAccessibleValue extends MultiMethodTest {
                                log.println("If one sets the maximum value of a 
scroll bar with XScrollBar::setMaximum(),"+
                                "then XScrollBar::getValue() returns the 
maximum value minus the visible size of"+
                                "the thumb");
-                               //using abitrary Value, since we can't 
determine the resulting value
+                               //using arbitrary Value, since we can't 
determine the resulting value
                                partResult = resVal > 10;
                        }
                        
diff --git a/main/solenv/doc/gbuild/solenv/gbuild/package.mk 
b/main/solenv/doc/gbuild/solenv/gbuild/package.mk
index db09557205..4bda608544 100644
--- a/main/solenv/doc/gbuild/solenv/gbuild/package.mk
+++ b/main/solenv/doc/gbuild/solenv/gbuild/package.mk
@@ -31,7 +31,7 @@ namespace gb
             /// file extension) from the root of their source repository.
             PackagePart(String name, Path Source);
             friend Package;
-            /// Returns a list of aboslute paths where files are copied to 
with the PackagePart class.
+            /// Returns a list of absolute paths where files are copied to 
with the PackagePart class.
 
             /// This function needs to be defined in 
solenv/gbuild/target_names.mk so that it is available to everywhere.
             static const List<Path> get_destinations();

Reply via email to