summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java2
-rw-r--r--qadevOOo/tests/java/ifc/text/_XTextRangeCompare.java8
2 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java
index bd88640f72eb..b48d11ff8781 100644
--- a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java
+++ b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java
@@ -73,7 +73,7 @@ public class _XDispatchRecorder extends MultiMethodTest {
oObj.startRecording(xFrame);
- log.println("dispatch calles via API must be recorded");
+ log.println("dispatch calls via API must be recorded");
dispURL = utils.parseURL(tParam.getMSF(), ".uno:InsertText");
PropertyValue prop = new PropertyValue();
diff --git a/qadevOOo/tests/java/ifc/text/_XTextRangeCompare.java b/qadevOOo/tests/java/ifc/text/_XTextRangeCompare.java
index 6eeee9ba990a..4dedd74cf6d9 100644
--- a/qadevOOo/tests/java/ifc/text/_XTextRangeCompare.java
+++ b/qadevOOo/tests/java/ifc/text/_XTextRangeCompare.java
@@ -93,9 +93,9 @@ public class _XTextRangeCompare extends MultiMethodTest {
/**
* One cursor is created and to its position a paragraph
- * inserted, then the fist five characters was selected.
+ * inserted, then the first five characters were selected.
* A second cursor was created and the last 7 characters
- * was selected.<p>
+ * were selected.<p>
*
* Has <b>OK</b> status if the compare returns 1, i.e.
* the second cursor end is before the first.
@@ -134,9 +134,9 @@ public class _XTextRangeCompare extends MultiMethodTest {
/**
* One cursor is created and to its position a paragraph
- * inserted, then the fist five characters was selected.
+ * inserted, then the first five characters were selected.
* A second cursor was created and the last 7 characters
- * was selected.<p>
+ * were selected.<p>
*
* Has <b>OK</b> status if the compare returns 1, i.e.
* the second cursor start is before the first.