diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-30 12:52:38 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 10:58:04 +0000 |
commit | 6d623c9ebca074df4ad46c6316e901eff71c0502 (patch) | |
tree | 252f866f818cd112a97b796241272fe0cb0cb412 /qadevOOo/tests/java/ifc/beans | |
parent | 8e4388f6dcd12173a2f354332fdfb758eb612393 (diff) |
Fix typos
Change-Id: Ibe0a436f38da760267d9b33893e3c2e8fef2f1d5
Reviewed-on: https://gerrit.libreoffice.org/18964
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'qadevOOo/tests/java/ifc/beans')
-rw-r--r-- | qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java index 24c6ab4ba065..6328614a98e6 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 cauched. + // Change one of the property to be sure that this event was catched. for (int i=0; i<testPropsAmount;i++) { log.print("Trying to change property " + testPropsNames[i]); try { |