summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
diff options
context:
space:
mode:
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 fe3b3b45bcd7..78605fd4781e 100644
--- a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
+++ b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
@@ -57,7 +57,7 @@ public abstract class EnhancedComplexTestCase extends ComplexTestCase
if (sText.length() == 0)
{
- String sError = "Must quit. " + _sName + " may be not accessable.";
+ String sError = "Must quit. " + _sName + " may be not accessible.";
assure(sError, false);
// System.exit(1);
}