diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-27 13:32:13 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-28 16:48:09 +0200 |
commit | f1f2e2823749452d8e7f23891876e5cc10000553 (patch) | |
tree | 7f27e3601205a715fc5c7ad668cafb5878240f2d /qadevOOo/tests/java/ifc/beans | |
parent | 55e89e8f96665598bad96721ba4d0924150be864 (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 'qadevOOo/tests/java/ifc/beans')
-rw-r--r-- | qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java b/qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java index 10c26002e58e..697290dc7386 100644 --- a/qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java +++ b/qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java @@ -64,7 +64,7 @@ public class _XPropertyAccess extends MultiMethodTest { } /** - * Test calls the method and checks if the returned sequenze contanis a propterty which is named + * Test calls the method and checks if the returned sequence contains a property which is named * in the object relation <code>XPropertyAccess.propertyToChange</code>. */ public void _getPropertyValues() { diff --git a/qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java b/qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java index ec590a1e163d..00fcff66f09f 100644 --- a/qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java +++ b/qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java @@ -66,7 +66,7 @@ public class _XPropertyContainer extends MultiMethodTest { /** - * Test calls the method and checks if the returned sequence contanis a propterty which is named + * Test calls the method and checks if the returned sequence contains a property which is named * in the object relation <code>XPropertyAccess.propertyNotRemovable</code>. */ public void _addProperty() { @@ -214,7 +214,7 @@ public class _XPropertyContainer extends MultiMethodTest { } /** - * Test calls the method and checks if the returned sequence contanis a propterty which is named + * Test calls the method and checks if the returned sequence contains a property which is named * in the object relation <code>XPropertyAccess.propertyNotRemovable</code>. */ public void _removeProperty() { |