summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:36:08 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 16:23:45 +0200
commit9bf27c757f92777585300bf6a145717c2cc0b74f (patch)
tree0fe8a13782060429db304e566956e4074e3e21eb /qadevOOo/tests/java/mod
parenta8960b2eb558b7e3a6a5c9d7c940e5b3dbc9911e (diff)
Fix typos
Change-Id: I33effc62e69861d6751a152ff292dcb75802f33c Reviewed-on: https://gerrit.libreoffice.org/77304 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo/tests/java/mod')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScShapeObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sd/AccessibleSlideView.java2
-rw-r--r--qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScShapeObj.java b/qadevOOo/tests/java/mod/_sc/ScShapeObj.java
index 93f9c6b40bbd..335f2f848844 100644
--- a/qadevOOo/tests/java/mod/_sc/ScShapeObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScShapeObj.java
@@ -62,7 +62,7 @@ public class ScShapeObj extends TestCase {
* shape added to the draw page. </li>
* <li> <code>'XTEXTINFO'</code> for
* {@link ifc.text._XText} :
- * creator which can create instnaces of
+ * creator which can create instances of
* <code>com.sun.star.text.TextField.URL</code>
* service. </li>
* </ul>
diff --git a/qadevOOo/tests/java/mod/_sd/AccessibleSlideView.java b/qadevOOo/tests/java/mod/_sd/AccessibleSlideView.java
index de43cf3e5537..ea42567afe30 100644
--- a/qadevOOo/tests/java/mod/_sd/AccessibleSlideView.java
+++ b/qadevOOo/tests/java/mod/_sd/AccessibleSlideView.java
@@ -126,7 +126,7 @@ public class AccessibleSlideView extends TestCase {
SOfficeFactory SOF = SOfficeFactory.getFactory(
Param.getMSF());
- log.println( "creating a impress document" );
+ log.println( "creating an impress document" );
xImpressDoc = SOF.createImpressDoc(null);
util.utils.waitForEventIdle(Param.getMSF());
diff --git a/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java b/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
index 01b5b23f5d66..ee4aa536d582 100644
--- a/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
+++ b/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
@@ -131,7 +131,7 @@ public class SdUnoOutlineView extends TestCase {
// get a soffice factory object
SOfficeFactory SOF = SOfficeFactory.getFactory( Param.getMSF());
- log.println( "creating a impress document" );
+ log.println( "creating an impress document" );
xImpressDoc = SOF.createImpressDoc(null);
util.utils.waitForEventIdle(Param.getMSF());