summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java')
-rw-r--r--qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
index 2727633ecd9b..0d0841c397d5 100644
--- a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
+++ b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
@@ -395,7 +395,7 @@ public class CheckModuleAPI extends ComplexTestCase
final String line = outs[i];
if (line.matches("[0-9]+? of [0-9]+? tests failed"))
{
- log.println("mached line: " + line);
+ log.println("matched line: " + line);
if (line.matches("0 of [0-9]+? tests failed"))
{
ok = true;