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/awt | |
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/awt')
-rw-r--r-- | qadevOOo/tests/java/ifc/awt/_XUnoControlContainer.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XUnoControlContainer.java b/qadevOOo/tests/java/ifc/awt/_XUnoControlContainer.java index daf791ede429..9dcb8cca585f 100644 --- a/qadevOOo/tests/java/ifc/awt/_XUnoControlContainer.java +++ b/qadevOOo/tests/java/ifc/awt/_XUnoControlContainer.java @@ -70,8 +70,8 @@ public class _XUnoControlContainer extends MultiMethodTest { /** * This tests removes the object relations <code>TABCONTROL1</code> and * <code>TABCONTROL1</code>. - * Has <b> OK </b> status if the sequenze of <code>XTabController[]</code> - * get before calling method is smaller then sequenze of + * Has <b> OK </b> status if the sequence of <code>XTabController[]</code> + * get before calling method is smaller then sequence of * <code>XTabController[]</code> get after calling method.<p> * * The following method tests are to be completed successfully before : @@ -119,8 +119,8 @@ public class _XUnoControlContainer extends MultiMethodTest { /** * Test calls the method with object relation 'TABCONTROL1' as a parameter.<p> - * Has <b> OK </b> status if the sequenze of <code>XTabController[]</code> - * get before calling method is smaller then sequenze of + * Has <b> OK </b> status if the sequence of <code>XTabController[]</code> + * get before calling method is smaller then sequence of * <code>XTabController[]</code> get after calling method.<p> */ public void _addTabController() { @@ -139,8 +139,8 @@ public class _XUnoControlContainer extends MultiMethodTest { /** * Test calls the method with object relation 'TABCONTROL2' as a parameter.<p> - * Has <b> OK </b> status if the sequenze of <code>XTabController[]</code> - * get before calling method is smaller then sequenze of + * Has <b> OK </b> status if the sequence of <code>XTabController[]</code> + * get before calling method is smaller then sequence of * <code>XTabController[]</code> get after calling method.<p> * * The following method tests are to be completed successfully before : |