summaryrefslogtreecommitdiff
path: root/filter/qa
diff options
context:
space:
mode:
Diffstat (limited to 'filter/qa')
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/TypeDetection.java4
-rw-r--r--filter/qa/complex/filter/misc/FinalizedMandatoryTest.java2
2 files changed, 3 insertions, 3 deletions
diff --git a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
index 72fb1668d37a..5c87c22b8f6c 100644
--- a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
+++ b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
@@ -224,7 +224,7 @@ public class TypeDetection extends ComplexTestCase {
String kName = k.next();
log.println(kName + ":" + param.get(kName).toString());
}
- // create instrace of helper class
+ // create instance of helper class
helper = new Helper(param, log);
}
@@ -543,4 +543,4 @@ public class TypeDetection extends ComplexTestCase {
}
}
-} \ No newline at end of file
+}
diff --git a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
index 5967a7e0c3dd..1fed782eadf0 100644
--- a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
+++ b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
@@ -121,7 +121,7 @@ public class FinalizedMandatoryTest
/**
* test the given service <CODE>serviceName</CODE>.
- * For every filter a new instace was created and the tests started.
+ * For every filter a new instance was created and the tests started.
* @param serviceName the name of the service to test
*/
private void checkReadonlySupport(String serviceName) throws Exception