diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:16:01 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:24 +0200 |
commit | 643bbd6041fb826a22a4d4f8a6abe6bc66a1a9b4 (patch) | |
tree | ff1a34dfc08813ad7973137c87ccd12c15f9eb3a /qadevOOo | |
parent | 3bd26180c649a40251cdc12065fea91544a26906 (diff) |
typo: choise -> choice
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/convwatch/EnhancedComplexTestCase.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/GraphicalTestArguments.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/graphical/ParameterHelper.java | 2 |
3 files changed, 3 insertions, 3 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"; diff --git a/qadevOOo/runner/convwatch/GraphicalTestArguments.java b/qadevOOo/runner/convwatch/GraphicalTestArguments.java index d58546c8f906..8a4f4382268a 100644 --- a/qadevOOo/runner/convwatch/GraphicalTestArguments.java +++ b/qadevOOo/runner/convwatch/GraphicalTestArguments.java @@ -140,7 +140,7 @@ public class GraphicalTestArguments String sRECURSIVE = (String)param.get( PropertyName.DOC_COMPARATOR_INCLUDE_SUBDIRS ); // 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 (sRECURSIVE == null) { sRECURSIVE = "true"; diff --git a/qadevOOo/runner/graphical/ParameterHelper.java b/qadevOOo/runner/graphical/ParameterHelper.java index fd41f63e60a7..91cd735c283c 100644 --- a/qadevOOo/runner/graphical/ParameterHelper.java +++ b/qadevOOo/runner/graphical/ParameterHelper.java @@ -157,7 +157,7 @@ public class ParameterHelper String sRECURSIVE = (String)getTestParameters().get( PropertyName.DOC_COMPARATOR_INCLUDE_SUBDIRS ); // 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 (sRECURSIVE == null) { sRECURSIVE = "true"; |