summaryrefslogtreecommitdiff
path: root/qadevOOo
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
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')
-rw-r--r--qadevOOo/runner/lib/MultiMethodTest.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java2
-rw-r--r--qadevOOo/tests/java/ifc/text/_XTextRangeCompare.java8
3 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/runner/lib/MultiMethodTest.java b/qadevOOo/runner/lib/MultiMethodTest.java
index 75c2a163c8a9..45ef58eb3054 100644
--- a/qadevOOo/runner/lib/MultiMethodTest.java
+++ b/qadevOOo/runner/lib/MultiMethodTest.java
@@ -114,7 +114,7 @@ public class MultiMethodTest
* Runs the interface test: its method tests. First, it initializes some
* of MultiMethodTest fields, like tRes, log, tEnv, etc. Then, it queries
* the tested interface and initializes 'oObj' field (defined in a
- * subclass). Before calling method tests, before() method calles to allow
+ * subclass). Before calling method tests, before() method is called to allow
* initialization of s stuff before testing. Then, the method tests are
* called. After them, after() method is called, to allow cleaning up the
* stuff initialized in before() and test methods.
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.