summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:39:31 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:39:31 +0200
commit1264480bc32e8dbadd654a0a014e8045c57d1ae4 (patch)
tree42f9cfaad6d58e4faaa0d6d91d0840b737edbdbf /qadevOOo/runner
parent70e4329d0479305f16158a63878f335ee9232a5e (diff)
fdo#60724 correct spelling
Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
Diffstat (limited to 'qadevOOo/runner')
-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 f83d7ecdd931..ea1fe32e3fd4 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, else false
+ * @return true of all tests run successfully, 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, else false
+ * @return true of all tests run successfully, else false
*/
public boolean executeTest(TestParameters param, DescEntry[] entries)
{