summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/text
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2017-12-11 19:14:07 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-12-11 22:51:01 +0100
commit7d202623b007979d9d0f93f6cd62c3c031d6d1d4 (patch)
tree128cea74baff83fb24b3d65dc2a54c2d749c3572 /qadevOOo/tests/java/ifc/text
parent4094f9baf62a426b24f497c86d6a96ccfcb22ad1 (diff)
Fix typos and grammar
Change-Id: I4143da3c5a809118d57849664f6ab1d2e775837f Reviewed-on: https://gerrit.libreoffice.org/46253 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo/tests/java/ifc/text')
-rw-r--r--qadevOOo/tests/java/ifc/text/_XTextRangeCompare.java8
1 files changed, 4 insertions, 4 deletions
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.