summaryrefslogtreecommitdiff
path: root/filter/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-10-02 13:04:33 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-10-03 07:08:53 -0500
commitba65cb97bc806cad3bfa1a0cf443b41eff518059 (patch)
tree5b2cbcf1c92e2245156d91ced04fee0b389be5c3 /filter/qa
parentc4d1a99ec667bdd661669afd72a708bd9a963db2 (diff)
Fix typos
Change-Id: Icde566ef79dc4ed8cb67a89c743f0a6c1b3c8f14
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