summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-07 23:14:30 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-07-08 05:48:18 +0000
commit799cc41b53a59c543408fa5370e107c2c57a2904 (patch)
tree790ed9324cea1b9a2f54955a0497cab55c617128 /qadevOOo
parentff669d1c7f692052534d1136d1ff4220433f8542 (diff)
Fix typos
Change-Id: I70b03c152f63e48341dc5629a99b0eeab7b497c0 Reviewed-on: https://gerrit.libreoffice.org/16834 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/helper/BuildEnvTools.java2
-rw-r--r--qadevOOo/runner/helper/OfficeProvider.java2
-rw-r--r--qadevOOo/runner/util/DynamicClassLoader.java2
-rw-r--r--qadevOOo/runner/util/XMLTools.java2
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XWindow.java2
-rw-r--r--qadevOOo/tests/java/ifc/container/_XEnumeration.java2
-rw-r--r--qadevOOo/tests/java/ifc/container/_XNameReplace.java4
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_TableAutoFormatField.java4
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java6
-rw-r--r--qadevOOo/tests/java/ifc/text/_XAutoTextContainer.java2
-rw-r--r--qadevOOo/tests/java/ifc/text/_XText.java2
11 files changed, 15 insertions, 15 deletions
diff --git a/qadevOOo/runner/helper/BuildEnvTools.java b/qadevOOo/runner/helper/BuildEnvTools.java
index f4c96e84a92f..9222757304d0 100644
--- a/qadevOOo/runner/helper/BuildEnvTools.java
+++ b/qadevOOo/runner/helper/BuildEnvTools.java
@@ -24,7 +24,7 @@ import share.LogWriter;
import util.*;
/**
- * This class support you to execute some shell commands in a buld environment. At every call of commands
+ * This class support you to execute some shell commands in a build environment. At every call of commands
* a build environment was created and the commands will be executed.
*
*/
diff --git a/qadevOOo/runner/helper/OfficeProvider.java b/qadevOOo/runner/helper/OfficeProvider.java
index d2dd45997764..731814420b96 100644
--- a/qadevOOo/runner/helper/OfficeProvider.java
+++ b/qadevOOo/runner/helper/OfficeProvider.java
@@ -655,7 +655,7 @@ public class OfficeProvider implements AppProvider
/**
* If the office is connected but the <CODE>AppExecutionCommand</CODE> is not set,
* this function asks the office for its location and fill the
- * <CODE>AppExecutionCommand</CODE> with valid contet.
+ * <CODE>AppExecutionCommand</CODE> with valid contest.
* This function was only called if parameter <CODE>AutoRestart</CODE> is set.
* @param msf the <CODE>MultiServiceFactory</CODE>
* @param param the <CODE>TestParameters</CODE>
diff --git a/qadevOOo/runner/util/DynamicClassLoader.java b/qadevOOo/runner/util/DynamicClassLoader.java
index 380bcec0c92c..e2bab1f9dd5c 100644
--- a/qadevOOo/runner/util/DynamicClassLoader.java
+++ b/qadevOOo/runner/util/DynamicClassLoader.java
@@ -61,7 +61,7 @@ public class DynamicClassLoader {
/**
* Get an instance of a class. The constructor matching to the
- * given calss types is used and the instance is created using the arguments
+ * given calls types is used and the instance is created using the arguments
* for the constructor.
* @param className The class to instantiate.
* @param ctorClassTypes The class types matching to the constructor.
diff --git a/qadevOOo/runner/util/XMLTools.java b/qadevOOo/runner/util/XMLTools.java
index ea4a4fcd6ce6..768236a1333d 100644
--- a/qadevOOo/runner/util/XMLTools.java
+++ b/qadevOOo/runner/util/XMLTools.java
@@ -210,7 +210,7 @@ public class XMLTools {
* If any collisions found appropriate error message is
* output into a stream specified. No XML data output, i.e.
* no output will be performed if no errors occur.<p>
- * After document is completed there is a way to cehck
+ * After document is completed there is a way to check
* if the XML data and structure was valid.
*/
private static class XMLWellFormChecker extends XMLWriter {
diff --git a/qadevOOo/tests/java/ifc/awt/_XWindow.java b/qadevOOo/tests/java/ifc/awt/_XWindow.java
index 8ec136ba2ced..2638cb7bd000 100644
--- a/qadevOOo/tests/java/ifc/awt/_XWindow.java
+++ b/qadevOOo/tests/java/ifc/awt/_XWindow.java
@@ -200,7 +200,7 @@ public class _XWindow extends MultiMethodTest {
* performed depending on 'XWindow.ControlShape' existence. If this
* relation exists then the size and position of container control
* shape is changed, else the position and size of window itself is
- * chaged<p>
+ * changed<p>
*
* Has <b> OK </b> status if methods of wListener were called when
* corresponding events occurred. <p>
diff --git a/qadevOOo/tests/java/ifc/container/_XEnumeration.java b/qadevOOo/tests/java/ifc/container/_XEnumeration.java
index dfa2d52a84be..86dd4cbbcfec 100644
--- a/qadevOOo/tests/java/ifc/container/_XEnumeration.java
+++ b/qadevOOo/tests/java/ifc/container/_XEnumeration.java
@@ -36,7 +36,7 @@ import com.sun.star.lang.WrappedTargetException;
* <ul>
* <li> <code>'ENUM'</code> (of type <code>XEnumerationAccess</code>):
* This test creates its own oObj because the method nextElement()
-* will be modified this Object directly so other threads may be faild.
+* will be modified this Object directly so other threads may be failed.
* </li>
* <ul> <p>
* Test is multithread compliant. <p>
diff --git a/qadevOOo/tests/java/ifc/container/_XNameReplace.java b/qadevOOo/tests/java/ifc/container/_XNameReplace.java
index b5214bf9032f..f9b3283aadc8 100644
--- a/qadevOOo/tests/java/ifc/container/_XNameReplace.java
+++ b/qadevOOo/tests/java/ifc/container/_XNameReplace.java
@@ -38,7 +38,7 @@ import com.sun.star.uno.UnoRuntime;
* for more information.</li>
* <li> <code>'NAMEREPLACE'</code> <b>optional</b>: <code>String</code>
* relation which represents element name to be replaced.
-* Some Objects can't replace the firsr that comes along, i.e.
+* Some Objects can't replace the first that comes along, i.e.
* SwXStyleFamily. It has some pool styles which can't be replaced.
* So the test need a special object to replace it by name. </li>
* <li> <code>'XNameReplaceINDEX'</code> : For internal test
@@ -109,7 +109,7 @@ public class _XNameReplace extends MultiMethodTest {
XNameAccess oNameAccess = UnoRuntime.queryInterface(
XNameAccess.class, oObj);
oNames = oNameAccess.getElementNames();
- /* Some Objects can't replace the firsr that comes along, i.e.
+ /* Some Objects can't replace the first that comes along, i.e.
SwXStyleFamily. It has some pool styles which can't be replaced.
So the test need a special object to replace it by name.
*/
diff --git a/qadevOOo/tests/java/ifc/sheet/_TableAutoFormatField.java b/qadevOOo/tests/java/ifc/sheet/_TableAutoFormatField.java
index 5b946e75697b..1edec3b1c9e8 100644
--- a/qadevOOo/tests/java/ifc/sheet/_TableAutoFormatField.java
+++ b/qadevOOo/tests/java/ifc/sheet/_TableAutoFormatField.java
@@ -90,9 +90,9 @@ public class _TableAutoFormatField extends MultiPropertyTest {
}
/**
- * Locale values are predefined and can't be chaged arbitrary.
+ * Locale values are predefined and can't be arbitrary changed.
* In this property value is changed from ('de', 'DE', '')
- * to ('es', 'ES', '') and vise versa.
+ * to ('es', 'ES', '') and vice versa.
*/
public void _CharLocale() {
testProperty("CharLocale", new PropertyTester() {
diff --git a/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java b/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java
index bc8129f6e1ed..de0c327af736 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XCellRangesQuery.java
@@ -137,7 +137,7 @@ public class _XCellRangesQuery extends MultiMethodTest {
}
/**
- * Tested method returns all cells of a given type, defind in
+ * Tested method returns all cells of a given type, defined in
* CellFlags
* @see com.sun.star.sheet.CellFlags
*/
@@ -191,7 +191,7 @@ public class _XCellRangesQuery extends MultiMethodTest {
}
/**
- * Tested method returns all cells of a given type, defind in
+ * Tested method returns all cells of a given type, defined in
* FormulaResult
* @see com.sun.star.sheet.FormulaResult
*/
@@ -297,4 +297,4 @@ public class _XCellRangesQuery extends MultiMethodTest {
disposeEnvironment();
}
}
-} \ No newline at end of file
+}
diff --git a/qadevOOo/tests/java/ifc/text/_XAutoTextContainer.java b/qadevOOo/tests/java/ifc/text/_XAutoTextContainer.java
index 59134280eeae..b22489ac34a9 100644
--- a/qadevOOo/tests/java/ifc/text/_XAutoTextContainer.java
+++ b/qadevOOo/tests/java/ifc/text/_XAutoTextContainer.java
@@ -110,7 +110,7 @@ public class _XAutoTextContainer extends MultiMethodTest {
result &= true;
} catch (com.sun.star.container.NoSuchElementException e) {
result = false;
- log.println("removeByName(): " + e + " -> FAILD");
+ log.println("removeByName(): " + e + " -> FAILED");
}
log.println("2nd removeByName()");
diff --git a/qadevOOo/tests/java/ifc/text/_XText.java b/qadevOOo/tests/java/ifc/text/_XText.java
index b34374ac1167..eb1df0c5c72e 100644
--- a/qadevOOo/tests/java/ifc/text/_XText.java
+++ b/qadevOOo/tests/java/ifc/text/_XText.java
@@ -124,7 +124,7 @@ public class _XText extends MultiMethodTest {
/**
- * Removes the text contet added before. <p>
+ * Removes the text contest added before. <p>
* Has <b> OK </b> status if the method successfully returns
* and no exceptions were thrown. <p>
* The following method tests are to be completed successfully before :