summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/form/_XGridColumnFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/form/_XGridColumnFactory.java')
-rw-r--r--qadevOOo/tests/java/ifc/form/_XGridColumnFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/form/_XGridColumnFactory.java b/qadevOOo/tests/java/ifc/form/_XGridColumnFactory.java
index daf64f7b686b..7ea5f8130fb7 100644
--- a/qadevOOo/tests/java/ifc/form/_XGridColumnFactory.java
+++ b/qadevOOo/tests/java/ifc/form/_XGridColumnFactory.java
@@ -66,7 +66,7 @@ public class _XGridColumnFactory extends MultiMethodTest {
tRes.tested("createColumn()",column!=null);
}
catch (com.sun.star.lang.IllegalArgumentException ex) {
- log.println("Exception occured while creating Column");
+ log.println("Exception occurred while creating Column");
tRes.tested("createColumn()",false);
}
}