diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-27 10:56:29 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-09-27 10:58:04 +0200 |
commit | b50f595b34585f2927adfd44b4eaaafb8f600972 (patch) | |
tree | 92e7bb1e7708d5a3cf07b91f3063e1fc2d4cba0e /qadevOOo | |
parent | 7ef34163216d575f43dfef6fa734ee06d2fe13af (diff) |
Fix typos
Change-Id: I9a33e4fbdeb33d907597e4e58ddb2e8cb285adaa
Reviewed-on: https://gerrit.libreoffice.org/42830
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/i18n/_XCalendar.java | 4 |
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); } |