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 055381d06f Fix spelling (#333)
055381d06f is described below
commit 055381d06f94e33c1492b0348c33664c33add42d
Author: John Bampton <[email protected]>
AuthorDate: Mon Mar 17 11:12:43 2025 +1000
Fix spelling (#333)
* Fix spelling
* Update ignored words list
---
.github/linters/codespell.txt | 9 ---------
.../qa/complex/XUserInputInterception/EventTest.java | 8 ++++----
main/migrationanalysis/src/wizard/Wizard.frm | 2 +-
.../java/OOoRunner/src/main/java/helper/ProcessHandler.java | 12 ++++++------
4 files changed, 11 insertions(+), 20 deletions(-)
diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index 7f274523d6..0db4263284 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -814,7 +814,6 @@ corrcect
corrct
corrdinate
corrdinates
-correcly
correcty
correcxt
correnspond
@@ -1267,9 +1266,7 @@ enew
enginge
enhencement
enmum
-enougth
enoungh
-enouth
entires
entirey
entite
@@ -1441,7 +1438,6 @@ falback
fale
fallabck
fallbacl
-falltrough
fals
falsk
falsly
@@ -2211,9 +2207,7 @@ middel
migh
migt
migth
-milimeter
milimetre
-miliseconds
millimiters
mimick
mimicks
@@ -2981,7 +2975,6 @@ resetable
reseted
reseting
resetted
-resluts
resoltion
reson
resonable
@@ -3316,7 +3309,6 @@ substitue
substituing
substract
substutite
-subtabels
subtile
succeedes
succeeeded
@@ -3364,7 +3356,6 @@ swithed
swown
sxl
sybol
-sychronisly
sychronization
sychronize
syle
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/java/OOoRunner/src/main/java/helper/ProcessHandler.java
b/main/qadevOOo/java/OOoRunner/src/main/java/helper/ProcessHandler.java
index 6a7c6eb11a..c58da5e4e1 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/helper/ProcessHandler.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/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