diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-16 19:37:57 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-11-16 21:05:44 +0100 |
commit | a26b6c5a37408f49f81786ac1ba2ae9cef70d3d9 (patch) | |
tree | c35bd29ce1e01a4101c1d72d4a0bd1c5399a01e0 /qadevOOo/runner | |
parent | 66ae44ba3ff7fecc7ff46dfe44002e8ea7dd5063 (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/runner')
-rw-r--r-- | qadevOOo/runner/util/utils.java | 4 |
1 files changed, 2 insertions, 2 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) { |