summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/utils.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/utils.java')
-rw-r--r--qadevOOo/runner/util/utils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java
index 2e27c6d42ca0..c91b42bc068e 100644
--- a/qadevOOo/runner/util/utils.java
+++ b/qadevOOo/runner/util/utils.java
@@ -260,7 +260,7 @@ public class utils {
public static String getOfficeUserPath(XMultiServiceFactory msf) {
String userPath = null;
- // get a folder wich is located in the user dir
+ // get a folder located in the user dir
try {
userPath = getOfficeSettingsValue(msf, "UserConfig");
} catch (Exception e) {