diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:39:31 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:39:31 +0200 |
commit | 1264480bc32e8dbadd654a0a014e8045c57d1ae4 (patch) | |
tree | 42f9cfaad6d58e4faaa0d6d91d0840b737edbdbf /qadevOOo | |
parent | 70e4329d0479305f16158a63878f335ee9232a5e (diff) |
fdo#60724 correct spelling
Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/base/java_complex.java | 4 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java | 2 |
3 files changed, 4 insertions, 4 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) { diff --git a/qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java b/qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java index 4d31efe1389e..7e72330e4ea3 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java +++ b/qadevOOo/tests/java/ifc/sheet/_XDocumentAuditing.java @@ -180,7 +180,7 @@ public class _XDocumentAuditing extends MultiMethodTest { /** * Check if the amount of shapes is the right one after displaying that stuff - * 2do improve this: check taht the shapes are the correct ones -> convwatch + * 2do improve this: check that the shapes are the correct ones -> convwatch * @desiredValue That's the amount of shapes that have to be here. * @return True, if the actual count of shapes is the same */ diff --git a/qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java b/qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java index 345e07cdfe8d..a2084b65de9f 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java +++ b/qadevOOo/tests/java/ifc/sheet/_XSheetAuditing.java @@ -168,7 +168,7 @@ public class _XSheetAuditing extends MultiMethodTest { /** * Check if the amount of shapes is the right one after displaying that stuff - * 2do improve this: check taht the shapes are the correct ones -> convwatch + * 2do improve this: check that the shapes are the correct ones -> convwatch * @desiredValue That's the amount of shapes that have to be here. * @return True, if the actual count of shapes is the same */ |