summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-07-21 04:52:14 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-07-21 04:53:48 -0500
commit3e926736c7a1ec0a622ff446466113d9ccd8cb11 (patch)
treebcbfa6d33e8e028f32f9d2441f50fe969307c512 /qadevOOo
parent34d062147c16090fa42c27ac7960e3f5e3b65d2b (diff)
Miscellaneous typos
Change-Id: I5187364d420ab78c36a91632efab9c32951d867a
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/drawing/_XShape.java2
-rw-r--r--qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_XShape.java b/qadevOOo/tests/java/ifc/drawing/_XShape.java
index 97e9b3611140..03b3132f95aa 100644
--- a/qadevOOo/tests/java/ifc/drawing/_XShape.java
+++ b/qadevOOo/tests/java/ifc/drawing/_XShape.java
@@ -136,7 +136,7 @@ public class _XShape extends MultiMethodTest {
result &= (sNew.Height-gSize.Height <= 2) && (sNew.Width-gSize.Width <= 2);
if (result && ((sNew.Height-gSize.Height != 0) || (sNew.Width-gSize.Width != 0))){
- log.println("NOTE: there is a difference between the expected and the getted value. " +
+ log.println("NOTE: there is a difference between the expected and the gotten value. " +
"This might be ok because of problems in calculation from points <-> twips");
}
tRes.tested("setSize()", result);
diff --git a/qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java b/qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java
index 14fa235c2ab7..e0f3ff97545f 100644
--- a/qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java
+++ b/qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java
@@ -105,7 +105,7 @@ public class _XObjectInspectorModel extends MultiMethodTest {
boolean result = (minHelpTextLines.intValue() == getMinHelpTextLines);
if (!result)
- log.println("FAILED: value:" + minHelpTextLines + " getted value:" + getMinHelpTextLines);
+ log.println("FAILED: value:" + minHelpTextLines + " gotten value:" + getMinHelpTextLines);
tRes.tested("MinHelpTextLines()", result) ;
}
@@ -123,7 +123,7 @@ public class _XObjectInspectorModel extends MultiMethodTest {
boolean result = (maxHelpTextLines.intValue() == getMaxHelpTextLines);
if (!result)
- log.println("FAILED: expected value:" + maxHelpTextLines + " getted value:" + getMaxHelpTextLines);
+ log.println("FAILED: expected value:" + maxHelpTextLines + " gotten value:" + getMaxHelpTextLines);
tRes.tested("MaxHelpTextLines()", result);
}