summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-16 19:37:57 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-11-16 21:05:44 +0100
commita26b6c5a37408f49f81786ac1ba2ae9cef70d3d9 (patch)
treec35bd29ce1e01a4101c1d72d4a0bd1c5399a01e0 /qadevOOo
parent66ae44ba3ff7fecc7ff46dfe44002e8ea7dd5063 (diff)
Fix typos
Change-Id: I7b6c699b46fb71c1f19b5e5548c22a11efe8b864 Reviewed-on: https://gerrit.libreoffice.org/44836 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/util/utils.java4
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_TableAutoFormatField.java2
2 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java
index b8134f0a630d..a0f525ab8339 100644
--- a/qadevOOo/runner/util/utils.java
+++ b/qadevOOo/runner/util/utils.java
@@ -195,7 +195,7 @@ public class utils {
/**
*
- * This method get's the user dir of the connected office
+ * This method gets the user dir of the connected office
*
*/
public static String getOfficeUserPath(XMultiServiceFactory msf) {
@@ -258,7 +258,7 @@ public class utils {
/**
*
- * This method get's the temp dir of the connected office
+ * This method gets the temp dir of the connected office
*
*/
public static String getOfficeTemp(XMultiServiceFactory msf) {
diff --git a/qadevOOo/tests/java/ifc/sheet/_TableAutoFormatField.java b/qadevOOo/tests/java/ifc/sheet/_TableAutoFormatField.java
index 1edec3b1c9e8..305d3e219371 100644
--- a/qadevOOo/tests/java/ifc/sheet/_TableAutoFormatField.java
+++ b/qadevOOo/tests/java/ifc/sheet/_TableAutoFormatField.java
@@ -78,7 +78,7 @@ public class _TableAutoFormatField extends MultiPropertyTest {
/**
* Only some values can be used (which identify font name).
* In this property value is changed from 'Times New Roman'
- * to 'Courier' and vise versa.
+ * to 'Courier' and viceversa.
*/
public void _CharFontName() {
testProperty("CharFontName", new PropertyTester() {