summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-17 09:52:20 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-17 19:34:53 +0100
commitb12acadfeade6749f2d3f522811539b6f1f6e664 (patch)
tree44fb3211211ab3e50737a1f7b1a8bf48b76825d3 /qadevOOo
parent35d548e414903c9f513c0899a2bab475ff56d0f0 (diff)
Fix typos
Change-Id: Ie41eaccb9a70769e43b945595039f6f598e78c8a Reviewed-on: https://gerrit.libreoffice.org/63489 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScModelObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScModelObj.java b/qadevOOo/tests/java/mod/_sc/ScModelObj.java
index 0b4589ddeec9..6df6d3becae2 100644
--- a/qadevOOo/tests/java/mod/_sc/ScModelObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScModelObj.java
@@ -118,7 +118,7 @@ public class ScModelObj extends TestCase {
PrintWriter log) throws Exception {
// creation of the testobject here
// first we write what we are intend to do to log file
- log.println("craeting a test environment");
+ log.println("creating a test environment");
// get a soffice factory object
SOfficeFactory SOF = SOfficeFactory.getFactory(
diff --git a/qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java b/qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java
index dbb115acd695..97fab4bbbea3 100644
--- a/qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScTableColumnsObj.java
@@ -98,7 +98,7 @@ public class ScTableColumnsObj extends TestCase {
// creation of the testobject here
// first we write what we are intend to do to log file
- log.println("craeting a test environment");
+ log.println("creating a test environment");
log.println("getting column");
XSpreadsheets xSpreadsheets = xSheetDoc.getSheets();