summaryrefslogtreecommitdiff
path: root/filter/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-27 13:32:13 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-28 16:48:09 +0200
commitf1f2e2823749452d8e7f23891876e5cc10000553 (patch)
tree7f27e3601205a715fc5c7ad668cafb5878240f2d /filter/qa
parent55e89e8f96665598bad96721ba4d0924150be864 (diff)
Fix typos (including sequenze->sequence)
Change-Id: Icfd6c5cbc405bad51a0d7f10cdb55c70a1fe5b00 Reviewed-on: https://gerrit.libreoffice.org/73078 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'filter/qa')
-rw-r--r--filter/qa/complex/filter/misc/FinalizedMandatoryTest.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
index 2334f2c1c83b..d9fb68e6e0b8 100644
--- a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
+++ b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
@@ -232,7 +232,7 @@ public class FinalizedMandatoryTest
* print all properties with its values to <CODE>logger</CODE>. For debug purposes.
* @see stats.SimpleLogWriter
* @see com.sun.star.beans.PropertyValue
- * @param props Sequenze of PropertyValue
+ * @param props Sequence of PropertyValue
*/
protected void printPropertyValues(PropertyValue[] props)
{
@@ -249,7 +249,7 @@ public class FinalizedMandatoryTest
}
/**
- * returns the value of the specified (<CODE>pName</CODE>) property from a sequenze of <CODE>PropertyValue</CODE>
+ * returns the value of the specified (<CODE>pName</CODE>) property from a sequence of <CODE>PropertyValue</CODE>
* @param props a sequence of <CODE>PropertyValue</CODE>
* @param pName the name of the property the value should be returned
* @return the value of the property
@@ -265,8 +265,8 @@ public class FinalizedMandatoryTest
}
/**
- * set a value of the specified (<CODE>pName</CODE>) property inside a sequenze of <CODE>PropertyValue</CODE>
- * @param props sequenze of <CODE>PropertyValue</CODE>
+ * set a value of the specified (<CODE>pName</CODE>) property inside a sequence of <CODE>PropertyValue</CODE>
+ * @param props sequence of <CODE>PropertyValue</CODE>
* @param pName name of the property which should be changed
* @param pValue the value the property should be assigned
*/