summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-02-09 10:45:13 +0100
committerMichael Stahl <mstahl@redhat.com>2015-02-09 16:20:09 +0000
commit81cb993127d0e399b1c9888fe4f4655b831593d9 (patch)
tree9b705d165a2734ddd5bae2bb95ebe0742e3dd0fe /qadevOOo
parent3a70ae03fee12e6b8ed87afba1095bc78f9a9812 (diff)
Fix of a few typos
Change-Id: Ib2a311f0341d165a8f9d3f7a11ec36378fd69519 Reviewed-on: https://gerrit.libreoffice.org/14373 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/base/java_complex.java2
-rw-r--r--qadevOOo/tests/java/ifc/container/_XNameReplace.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/base/java_complex.java b/qadevOOo/runner/base/java_complex.java
index b5cafa1041ab..f1f669825474 100644
--- a/qadevOOo/runner/base/java_complex.java
+++ b/qadevOOo/runner/base/java_complex.java
@@ -68,7 +68,7 @@ public class java_complex implements TestBase
// the concept of the TimeOut depends on runner logs. If the runner log,
// for example to start a test method, the timeout was reset. This is not
// while the test itself log something like "open document...".
-// An property of complex test could be that it have only one test method
+// A property of complex test could be that it has only one test method
// which works for several minutes. In this case the TimeOut get not trigger
// and the office was killed.
// In complex tests just use "ThreadTimeOut" as timeout.
diff --git a/qadevOOo/tests/java/ifc/container/_XNameReplace.java b/qadevOOo/tests/java/ifc/container/_XNameReplace.java
index 1d593a83efff..c05f7f2f2a2c 100644
--- a/qadevOOo/tests/java/ifc/container/_XNameReplace.java
+++ b/qadevOOo/tests/java/ifc/container/_XNameReplace.java
@@ -39,7 +39,7 @@ import com.sun.star.uno.UnoRuntime;
* <li> <code>'NAMEREPLACE'</code> <b>optional</b>: <code>String</code>
* relation which represents element name to be replaced.
* Some Objects can't replace the firsr that comes along, i.e.
-* SwXStyleFamily. It have some pool styles which can't be replaced.
+* SwXStyleFamily. It has some pool styles which can't be replaced.
* So the test need a special object to replace it by name. </li>
* <li> <code>'XNameReplaceINDEX'</code> : For internal test
* usage. Contains current thread number. </li>
@@ -110,7 +110,7 @@ public class _XNameReplace extends MultiMethodTest {
XNameAccess.class, oObj);
oNames = oNameAccess.getElementNames();
/* Some Objects can't replace the firsr that comes along, i.e.
- SwXStyleFamily. It have some pool styles which can't be replaced.
+ SwXStyleFamily. It has some pool styles which can't be replaced.
So the test need a special object to replace it by name.
*/
log.println("get ObjRelation(\"NAMEREPLACE\")");