summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/container/_XIndexAccess.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XIndexAccess.java b/qadevOOo/tests/java/ifc/container/_XIndexAccess.java
index 396635f642b5..91b908c02a22 100644
--- a/qadevOOo/tests/java/ifc/container/_XIndexAccess.java
+++ b/qadevOOo/tests/java/ifc/container/_XIndexAccess.java
@@ -104,7 +104,7 @@ public class _XIndexAccess extends MultiMethodTest {
log.println("no exception thrown - FAILED");
result = false;
} catch (IndexOutOfBoundsException e) {
- log.println("Expected exception cought! " + e + " OK");
+ log.println("Expected exception caught! " + e + " OK");
} catch (WrappedTargetException e) {
log.println("Wrong exception! " + e + " FAILED");
result = false;