summaryrefslogtreecommitdiffstats
path: root/qadevOOo
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-23 12:47:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-26 08:59:38 +0200
commit3f3181522bd5fa7cd32dc81c624ef260b29cfc9c (patch)
treee9510f8b18c09ea62d1a369eeaa6eaf7b3390cc0 /qadevOOo
parentloplugin:oncevar in oox..sax (diff)
downloadcore-3f3181522bd5fa7cd32dc81c624ef260b29cfc9c.tar.gz
core-3f3181522bd5fa7cd32dc81c624ef260b29cfc9c.zip
s/catched/caught
Change-Id: I7ea6977a9749e86f8058b78cdb91cd2c62da8264 Reviewed-on: https://gerrit.libreoffice.org/39164 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XModuleManager.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java
index c07c93b644de..697f5d0c7c83 100644
--- a/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java
+++ b/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java
@@ -173,7 +173,7 @@ public class _XMultiPropertySet extends MultiMethodTest {
return;
}
- // Change one of the property to be sure that this event was catched.
+ // Change one of the property to be sure that this event was caught.
for (int i=0; i<testPropsAmount;i++) {
log.print("Trying to change property " + testPropsNames[i]);
try {
diff --git a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
index 2c6d414a7fd6..bfc06a9dc640 100644
--- a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
+++ b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
@@ -60,7 +60,7 @@ public class _XModuleManager extends MultiMethodTest {
* value of method <CODE>indetify()</CODE> if the method was called with
* coresponding value.<p>
* As enhancement the method <CODE>identify()</CODE> was called with invalid
- * parameter. In this case the thrown exceptions was catched.
+ * parameter. In this case the thrown exceptions were caught.
*/
public XModuleManager oObj = null;
/**