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 850627aea5 Fix spelling (#216)
850627aea5 is described below
commit 850627aea5051aeeadcec55420dcd716dc66f0c8
Author: John Bampton <[email protected]>
AuthorDate: Sat Jun 8 05:05:37 2024 +1000
Fix spelling (#216)
Thanks again!
(cherry picked from commit 80b7aded823effddf122a828a4c2355adf1cc480)
---
main/dbaccess/source/ui/app/AppTitleWindow.hxx | 2 +-
main/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java | 10 +++++-----
main/xmloff/source/script/XMLEventExport.cxx | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/main/dbaccess/source/ui/app/AppTitleWindow.hxx
b/main/dbaccess/source/ui/app/AppTitleWindow.hxx
index 02b8e61f1f..aadf06d0ff 100644
--- a/main/dbaccess/source/ui/app/AppTitleWindow.hxx
+++ b/main/dbaccess/source/ui/app/AppTitleWindow.hxx
@@ -56,7 +56,7 @@ namespace dbaui
/** gets the child window.
@return
- The child winodw.
+ The child window.
*/
inline Window* getChildWindow() const { return m_pChild; }
diff --git a/main/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
b/main/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
index e9a8886915..36b5a04ce8 100644
--- a/main/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
+++ b/main/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
@@ -76,7 +76,7 @@ public class CheckModuleAPI extends ComplexTestCase
* This method checks for all necessary parameter and exit if not all
parameter are set.
*
* Further this method starts an office instance and gets the office some
more time to start. This is because
- * some freshly installed offices don not have such a user tree. The
office will create it on its first start,
+ * some freshly installed offices do not have such a user tree. The office
will create it on its first start,
* but this will take some time.
* Note: This functionality is only reasonable with parameter
<CODE>-noOffice true</CODE>
*/
@@ -120,7 +120,7 @@ public class CheckModuleAPI extends ComplexTestCase
log.println(utils.getDateTime() + "Receiving the ServiceManager of the
Office ");
final XMultiServiceFactory msf = (XMultiServiceFactory)
officeProvider.getManager(param);
- assure("couldnot get ServiceFarcotry", msf != null, mContinue);
+ assure("could not get ServiceFactory", msf != null, mContinue);
param.put("ServiceFactory", msf);
final String sep = System.getProperty("file.separator");
@@ -474,7 +474,7 @@ public class CheckModuleAPI extends ComplexTestCase
final String line = outs[i];
if (line.matches("[0-9]+? of [0-9]+? tests failed"))
{
- log.println("mached line: " + line);
+ log.println("matched line: " + line);
if (line.matches("0 of [0-9]+? tests failed"))
{
ok = true;
@@ -499,7 +499,7 @@ public class CheckModuleAPI extends ComplexTestCase
{
log.println("**** run module tests over all modules ****");
- log.println("search for qa/unoapi foldres in all modules based in ");
+ log.println("search for qa/unoapi folders in all modules based in ");
log.println("'" + mSRC_ROOT + "'");
final ArrayList moduleNames = new ArrayList();
@@ -604,7 +604,7 @@ public class CheckModuleAPI extends ComplexTestCase
}
catch (ParameterNotFoundException ex)
{
- log.println("ERROR: could not wirte status to EIS
database: " + ex.toString());
+ log.println("ERROR: could not write status to EIS
database: " + ex.toString());
}
}
}
diff --git a/main/xmloff/source/script/XMLEventExport.cxx
b/main/xmloff/source/script/XMLEventExport.cxx
index 14059ab02a..24f8b87dc1 100644
--- a/main/xmloff/source/script/XMLEventExport.cxx
+++ b/main/xmloff/source/script/XMLEventExport.cxx
@@ -182,7 +182,7 @@ void XMLEventExport::ExportExt( Reference<XNameAccess> &
rAccess,
bExtNamespace = false; // reset for future Export calls
}
-/// export a singular event and wirte <office:events> container
+/// export a singular event and write <office:events> container
void XMLEventExport::ExportSingleEvent(
Sequence<PropertyValue>& rEventValues,
const OUString& rApiEventName,
@@ -239,7 +239,7 @@ void XMLEventExport::ExportEvent(
{
if (! rExported)
{
- // OK, we have't yet exported the enclosing
+ // OK, we haven't yet exported the enclosing
// element. So we do that now.
rExported = sal_True;
StartElement(bUseWhitespace);