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

commit 67d80f25e33a2b7cff3c3bb734eba393e67de748
Author: John Bampton <[email protected]>
AuthorDate: Mon Mar 17 11:12:43 2025 +1000

    Fix spelling (#333)
    
    * Fix spelling
    
    * Update ignored words list
    
    (cherry picked from commit 055381d06f94e33c1492b0348c33664c33add42d)
---
 .../qa/complex/XUserInputInterception/EventTest.java         |  8 ++++----
 main/migrationanalysis/src/wizard/Wizard.frm                 |  2 +-
 main/qadevOOo/runner/helper/ProcessHandler.java              | 12 ++++++------
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/main/framework/qa/complex/XUserInputInterception/EventTest.java 
b/main/framework/qa/complex/XUserInputInterception/EventTest.java
index 89fc2cf614..ac6bb3c558 100644
--- a/main/framework/qa/complex/XUserInputInterception/EventTest.java
+++ b/main/framework/qa/complex/XUserInputInterception/EventTest.java
@@ -64,7 +64,7 @@ import static org.junit.Assert.*;
  * This <CODE>ComplexTest</CODE> checks the interface 
  * <CODE>XUserInputInterception</CODE>. Therefore it creates a document,
  * adds a mouse and a key listener onto the interface and fire the
- * correspond events. If all listener works as expected the test resluts in 
+ * correspond events. If all listener works as expected the test results in
  * <CODE>OK</CODE> status.
  * @short Check the interface XUserInputIntercaption
  * @descr checks is a simple way the interface XUserInputInteraction
@@ -93,7 +93,7 @@ public class EventTest {
     private SOfficeFactory m_SOF = null;
     
     /**
-     * define the miliseconds to wait until a <CODE>EventTrigger</CODE> thread 
should
+     * define the milliseconds to wait until a <CODE>EventTrigger</CODE> 
thread should
      * be finished with its work
      */
     final int m_threadWait = 3000;
@@ -481,8 +481,8 @@ public class EventTest {
         private XModel xModel = null;
         
         /**
-         * Creates an instacne of this class. The parameter <CODE>eType</CODE> 
represents
-         * the kind of event which will be triggert at <CODE>run()</CODE>
+         * Creates an instance of this class. The parameter <CODE>eType</CODE> 
represents
+         * the kind of event which will be triggered at <CODE>run()</CODE>
          * @param model the model of a document
          * @param eType the kind of event which should be trigger
          */
diff --git a/main/migrationanalysis/src/wizard/Wizard.frm 
b/main/migrationanalysis/src/wizard/Wizard.frm
index e64c5ab7ea..ec1f4cc4aa 100644
--- a/main/migrationanalysis/src/wizard/Wizard.frm
+++ b/main/migrationanalysis/src/wizard/Wizard.frm
@@ -2522,7 +2522,7 @@ Function RunAnalysis(bDoPrepare) As Boolean
     
     tend = GetTickCount()
     WriteToLog CELAPSED_TIME, (FormatNumber((tend - tstart) / 1000, 0) & " 
seconds: ") & _
-    (FormatNumber((tend - tstart), 0) & " miliseconds")
+    (FormatNumber((tend - tstart), 0) & " milliseconds")
 
 FinalExit:
     Unload ShowProgress
diff --git a/main/qadevOOo/runner/helper/ProcessHandler.java 
b/main/qadevOOo/runner/helper/ProcessHandler.java
index 6a7c6eb11a..c58da5e4e1 100644
--- a/main/qadevOOo/runner/helper/ProcessHandler.java
+++ b/main/qadevOOo/runner/helper/ProcessHandler.java
@@ -289,17 +289,17 @@ public class ProcessHandler
      * @param envVars       The specified environment variables are
      *                      set for the new process.
      *                      If log stream is null, logging is printed to 
stdout.
-     * @param  timeOut      When started sychronisly, the maximum time the
+     * @param  timeOut      When started synchronously, the maximum time the
      *                      process will live. When the process being destroyed
      *                      a log will be written out. It can be asked on
      *                      <code>isTimedOut()</code> if it has been 
terminated.
      *
      *                      timeOut > 0
-     *                      Waits specified time in miliSeconds for
+     *                      Waits specified time in milliSeconds for
      *                      process to exit and return its status.
      *
      *                      timeOut = 0
-     *                      Waits for the process to end regulary
+     *                      Waits for the process to end regularly
      *
      *                      timeOut < 0
      *                      Kills the process immediately
@@ -452,7 +452,7 @@ public class ProcessHandler
      * exits.
      *
      * @return <code>true</code> if process was successfully
-     * started and correcly exits (exit code doesn't affect
+     * started and correctly exits (exit code doesn't affect
      * to this result).
      */
     public boolean executeSynchronously()
@@ -644,11 +644,11 @@ public class ProcessHandler
      * to exit and return its status.
      *
      * @param timeout      > 0
-     *                      Waits specified time in miliSeconds for
+     *                      Waits specified time in milliSeconds for
      *                      process to exit and return its status.
      *
      *                      = 0
-     *                      Waits for the process to end regulary
+     *                      Waits for the process to end regularly
      *
      *                      < 0
      *                      Kills the process immediately

Reply via email to