summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/ConvWatchStarter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/ConvWatchStarter.java')
-rw-r--r--qadevOOo/runner/convwatch/ConvWatchStarter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/convwatch/ConvWatchStarter.java b/qadevOOo/runner/convwatch/ConvWatchStarter.java
index f5034bd12be8..5e1e09592f57 100644
--- a/qadevOOo/runner/convwatch/ConvWatchStarter.java
+++ b/qadevOOo/runner/convwatch/ConvWatchStarter.java
@@ -147,7 +147,7 @@ public class ConvWatchStarter extends EnhancedComplexTestCase
/**
*
- * @return a List of software which must accessable as an external executable
+ * @return a List of software which must accessible as an external executable
*/
protected String[] mustInstalledSoftware()
{
@@ -184,7 +184,7 @@ public class ConvWatchStarter extends EnhancedComplexTestCase
{
GlobalLogWriter.set(log);
String sDBConnection = (String)param.get( PropertyName.DB_CONNECTION_STRING );
- // check if all need software is installed and accessable
+ // check if all need software is installed and accessible
checkEnvironment(mustInstalledSoftware());
GraphicalTestArguments aGTA = getGraphicalTestArguments();