summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:47:56 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 11:19:24 +0000
commit7f56e58148602f75b7b5ccccf1860dc65c4620d0 (patch)
tree702c656d6a57ebbcd72ae0f7f828e42a8bf37edf /qadevOOo/runner
parentb958eae8eb4387a469802aa0b9ff1ebf63151f7f (diff)
Fix typos
Change-Id: I72bec7ec76fbbbfee9d5185ac1a358659f0d06b5 Reviewed-on: https://gerrit.libreoffice.org/35638 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/helper/APIDescGetter.java2
-rw-r--r--qadevOOo/runner/helper/ConfigHelper.java2
-rw-r--r--qadevOOo/runner/lib/TestParameters.java2
-rw-r--r--qadevOOo/runner/share/LogWriter.java2
-rw-r--r--qadevOOo/runner/util/PropertyName.java2
-rw-r--r--qadevOOo/runner/util/utils.java4
6 files changed, 7 insertions, 7 deletions
diff --git a/qadevOOo/runner/helper/APIDescGetter.java b/qadevOOo/runner/helper/APIDescGetter.java
index 0de81db1779b..67520b9822fd 100644
--- a/qadevOOo/runner/helper/APIDescGetter.java
+++ b/qadevOOo/runner/helper/APIDescGetter.java
@@ -166,7 +166,7 @@ public class APIDescGetter extends DescGetter
}
else
{
- //look the scenarion like this? :
+ //look the scenario like this? :
// sw.SwXBodyText,sw.SwXTextCursor
ArrayList<String> subs = getSubObjects(job);
DescEntry[] entries = new DescEntry[subs.size()];
diff --git a/qadevOOo/runner/helper/ConfigHelper.java b/qadevOOo/runner/helper/ConfigHelper.java
index 2adadaf2e146..07772eb8f4f5 100644
--- a/qadevOOo/runner/helper/ConfigHelper.java
+++ b/qadevOOo/runner/helper/ConfigHelper.java
@@ -263,7 +263,7 @@ public class ConfigHelper
XNameContainer.class,xGroup);
} catch(com.sun.star.container.NoSuchElementException ex) {
throw new com.sun.star.uno.Exception(ex,
- "could not get extensilbe group '"+extGroup+
+ "could not get extensible group '"+extGroup+
"' from group '"+ group +
"' from set '"+ setName +"'");
}
diff --git a/qadevOOo/runner/lib/TestParameters.java b/qadevOOo/runner/lib/TestParameters.java
index b5d033b6ad48..04467a9c85a9 100644
--- a/qadevOOo/runner/lib/TestParameters.java
+++ b/qadevOOo/runner/lib/TestParameters.java
@@ -203,4 +203,4 @@ public class TestParameters extends HashMap<String,Object> {
return "unorc";
}
-}// finish class TestParamenters
+}// finish class TestParameters
diff --git a/qadevOOo/runner/share/LogWriter.java b/qadevOOo/runner/share/LogWriter.java
index 0da81654eae8..44d4a2b7dc36 100644
--- a/qadevOOo/runner/share/LogWriter.java
+++ b/qadevOOo/runner/share/LogWriter.java
@@ -43,7 +43,7 @@ public interface LogWriter {
/**
* Set a <CODE>Watcher</CODE> to the <CODE>LogWriter</CODE>
* This is useful if a test starts a new office instance by itself. In this cases
- * the <CODE>LogWritter</CODE> could retrigger the <CODE>Watcher</CODE>
+ * the <CODE>LogWriter</CODE> could retrigger the <CODE>Watcher</CODE>
* @see share.Watcher
* @param watcher the new <CODE>Watcher</CODE>
*/
diff --git a/qadevOOo/runner/util/PropertyName.java b/qadevOOo/runner/util/PropertyName.java
index 5a28278fa66b..17f04a905156 100644
--- a/qadevOOo/runner/util/PropertyName.java
+++ b/qadevOOo/runner/util/PropertyName.java
@@ -57,7 +57,7 @@ public interface PropertyName {
*/
String DEBUG_IS_ACTIVE = "DebugIsActive";
/**
- * parameter name: "OutProduceer"
+ * parameter name: "OutProducer"
* This parameter contains the class used<br>
* for Logging
*/
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) {