summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/base/java_complex.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/base/java_complex.java')
-rw-r--r--qadevOOo/runner/base/java_complex.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/base/java_complex.java b/qadevOOo/runner/base/java_complex.java
index c27f8bc5aa7b..f83d7ecdd931 100644
--- a/qadevOOo/runner/base/java_complex.java
+++ b/qadevOOo/runner/base/java_complex.java
@@ -41,7 +41,7 @@ public class java_complex implements TestBase
* This function executes the complex tests given as parameter "-o" or "TestJob". It querys for the correspond class
* and crates the JobDescription.
* @param param
- * @return true of all tests run successfuly, esle false
+ * @return true of all tests run successfuly, else false
*/
public boolean executeTest(TestParameters param)
{
@@ -68,7 +68,7 @@ public class java_complex implements TestBase
* This function run the given DescEntry[] as ComplexTest
* @param param
* @param entries
- * @return true of all tests run successfuly, esle false
+ * @return true of all tests run successfuly, else false
*/
public boolean executeTest(TestParameters param, DescEntry[] entries)
{