diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-29 16:56:44 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-06-30 15:57:12 +0000 |
commit | 1a8915ef8302b13b781977209ae1fa41f5f659dc (patch) | |
tree | e9215b569101c82e3e94dee17f38b5a1a9f5b3f9 /qadevOOo | |
parent | f82e6424075cbc5f4a3766f5f6e28314c249f3f0 (diff) |
Fix typos
Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e
Reviewed-on: https://gerrit.libreoffice.org/16582
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/complexlib/ComplexTestCase.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/helper/BuildEnvTools.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/helper/ComplexDescGetter.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/complexlib/ComplexTestCase.java b/qadevOOo/runner/complexlib/ComplexTestCase.java index 3e940749b1bf..855669d104df 100644 --- a/qadevOOo/runner/complexlib/ComplexTestCase.java +++ b/qadevOOo/runner/complexlib/ComplexTestCase.java @@ -138,7 +138,7 @@ public abstract class ComplexTestCase extends Assurance implements ComplexTest try { // some tests are very dynamic in its exceution time so that - // a threadTimeOut fials. In this cases the logging mechanisim + // a threadTimeOut fails. In this cases the logging mechanisim // is a useful way to detect that a office respective a test // is running and not death. // But way ThreadTimeOut? diff --git a/qadevOOo/runner/helper/BuildEnvTools.java b/qadevOOo/runner/helper/BuildEnvTools.java index 826832276683..f4c96e84a92f 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 ervery call of commands + * This class support you to execute some shell commands in a buld environment. At every call of commands * a build environment was created and the commands will be executed. * */ diff --git a/qadevOOo/runner/helper/ComplexDescGetter.java b/qadevOOo/runner/helper/ComplexDescGetter.java index e92cce05d77c..7a207a6c8980 100644 --- a/qadevOOo/runner/helper/ComplexDescGetter.java +++ b/qadevOOo/runner/helper/ComplexDescGetter.java @@ -141,7 +141,7 @@ public class ComplexDescGetter extends DescGetter } /** - * Creates a description exntry for the given parameter + * Creates a description entry for the given parameter * @param testObjectName the name of the object * @param className the class name of the class to load * @param testMethodNames list of all methods to test diff --git a/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java b/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java index d73f6c3ab155..93de5ec39046 100644 --- a/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java +++ b/qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java @@ -46,7 +46,7 @@ import com.sun.star.xml.sax.XLocator; * <ul> * <li> <code>'XDocumentHandler.XMLData'</code> (of type <code>String[][] * </code>):the XML data which will be passed to the handler. Each -* array of strings corresponds to some handler event. The fisrt +* array of strings corresponds to some handler event. The first * string of event array is the type of the event they can have * the following values : * <ul> |