summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/i18n/_XCalendar.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/i18n/_XCalendar.java b/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
index 2aaeb921f060..d24f201229ca 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XCalendar.java
@@ -345,7 +345,7 @@ public class _XCalendar extends MultiMethodTest {
res &= (aValue == newValue);
if (!res){
log.println("the returned value is not the expected value:");
- log.println("expexted: " + newValue + " returned value: " + aValue);
+ log.println("expected: " + newValue + " returned value: " + aValue);
}
tRes.tested("getValue()", res);
}
@@ -369,7 +369,7 @@ public class _XCalendar extends MultiMethodTest {
res &= (aValue > newValue);
if (!res){
log.println("the returned value is not the expected value:");
- log.println("expexted: " + newValue + " returned value: " + aValue);
+ log.println("expected: " + newValue + " returned value: " + aValue);
}
tRes.tested("addValue()", res);
}