summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-05-13 23:26:20 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-05-13 23:26:20 +0200
commita362f15f85fc3f00ea3144f763798131cb66e3e3 (patch)
tree36519d7e7afe6c643fdd0c781fddb069ff86648e /filter
parent036a660a86c225992c7cab083073374c40b1f366 (diff)
Typo: shoud -> should
Change-Id: I44f4fb9682a56af6654e1f7462dc37557d60e735
Diffstat (limited to 'filter')
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/Helper.java2
-rw-r--r--filter/qa/complex/filter/misc/FinalizedMandatoryTest.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/filter/qa/complex/filter/detection/typeDetection/Helper.java b/filter/qa/complex/filter/detection/typeDetection/Helper.java
index 60e2ecd752aa..bef8f74ffd12 100644
--- a/filter/qa/complex/filter/detection/typeDetection/Helper.java
+++ b/filter/qa/complex/filter/detection/typeDetection/Helper.java
@@ -212,7 +212,7 @@ public class Helper {
}
/** returns a XInputStream of given file
- * @param filePath the path to the file which shoud be loaded
+ * @param filePath the path to the file which should be loaded
* @return the XInputStream, <null/> if the
* file cannot be read
* @throws NotConnectedException was thrown if it was not possible to open <CODE>filePath</CODE>
diff --git a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
index c997831290cd..a78a76e75f6c 100644
--- a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
+++ b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
@@ -307,7 +307,7 @@ public class FinalizedMandatoryTest
/**
* returns the value of the specified (<CODE>pName</CODE>) property from a sequenze of <CODE>PropertyValue</CODE>
* @param props a sequenze of <CODE>PropertyVlaue</CODE>
- * @param pName the name of the property the value shoud be returned
+ * @param pName the name of the property the value should be returned
* @return the value of the property
*/
protected Object getPropertyValueValue(PropertyValue[] props, String pName)