summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:16:01 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:24 +0200
commit643bbd6041fb826a22a4d4f8a6abe6bc66a1a9b4 (patch)
treeff1a34dfc08813ad7973137c87ccd12c15f9eb3a /qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
parenttypo: nummer -> number (diff)
downloadcore-643bbd6041fb826a22a4d4f8a6abe6bc66a1a9b4.tar.gz
core-643bbd6041fb826a22a4d4f8a6abe6bc66a1a9b4.zip
typo: choise -> choice
Diffstat (limited to 'qadevOOo/runner/convwatch/EnhancedComplexTestCase.java')
-rw-r--r--qadevOOo/runner/convwatch/EnhancedComplexTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
index 77d7f6632fe9..a96dc7abdaf6 100644
--- a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
+++ b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
@@ -89,7 +89,7 @@ public abstract class EnhancedComplexTestCase extends ComplexTestCase
String sNEEDCHECK = (String)param.get( PropertyName.CHECK_NEED_TOOLS );
// TODO: I need to get the boolean value with get("name") because, if it is not given getBool() returns
// with a default of 'false' which is not very helpful if the default should be 'true'
-// maybe a getBoolean("name", true) could be a better choise.
+// maybe a getBoolean("name", true) could be a better choice.
if (sNEEDCHECK == null)
{
sNEEDCHECK = "false";