diff options
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/frame/_XModuleManager.java | 2 |
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; /** |