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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java
index d942d39ac99b..b8134f0a630d 100644
--- a/qadevOOo/runner/util/utils.java
+++ b/qadevOOo/runner/util/utils.java
@@ -215,7 +215,7 @@ public class utils {
}
/**
- * In the office there are some sttetings available. This function
+ * In the office there are some settings available. This function
* returns the value of the given setting name. For Example the setting name "Temp"
* "Temp" returns the temp folder of the office instance.
* @param msf a XMultiServiceFactory
@@ -694,7 +694,7 @@ public class utils {
* Validate the connection string. Returned is an error message, starting
* with "Error:", or a warning, if the command might work.
* @param connectString The connection string that is checked.
- * @param checkAppExecutionCommand If the AppExecutionCommand is checked, the error messages willbe different.
+ * @param checkAppExecutionCommand If the AppExecutionCommand is checked, the error message is different.
* @return The error message, or OK, if no error was detected.
*/
private static String validateConnectString(String connectString, boolean checkAppExecutionCommand) {