diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-16 11:31:51 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-16 23:19:34 +0200 |
commit | 0f93692fda4226323422cf82ce34ae4bd5e22fab (patch) | |
tree | d79d74bb5ffbc37df5580d67e43d013614d2cf9e /qadevOOo | |
parent | 7c6fbd0ac3b5927b337aa69b132aba14e9b3103f (diff) |
Fix typos
Change-Id: Ife28cd9399cfcb375bad764dac7424eda50d430d
Reviewed-on: https://gerrit.libreoffice.org/52198
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java index a28592c543a3..15b489ca46ec 100644 --- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java +++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java @@ -654,7 +654,7 @@ public class _XAccessibleText extends MultiMethodTest { } /** - * Calls the method with invalid parameters an with valid parameters. + * Calls the method with invalid parameters and with valid parameters. * Has OK status if exception was thrown for invalid parameters, * if exception wasn't thrown for valid parameters. * The following method tests are to be executed before: @@ -743,7 +743,7 @@ public class _XAccessibleText extends MultiMethodTest { } /** - * Calls the method with invalid parameters an with valid parameters, + * Calls the method with invalid parameters and with valid parameters, * checks returned values. * Has OK status if exception was thrown for invalid parameters, * if exception wasn't thrown for valid parameters and if returned values @@ -845,7 +845,7 @@ public class _XAccessibleText extends MultiMethodTest { } /** - * Calls the method with invalid parameters an with valid parameters, + * Calls the method with invalid parameters and with valid parameters, * checks returned values. * Has OK status if exception was thrown for invalid parameters, * if exception wasn't thrown for valid parameters and if returned values @@ -919,7 +919,7 @@ public class _XAccessibleText extends MultiMethodTest { } /** - * Calls the method with invalid parameters an with valid parameters, + * Calls the method with invalid parameters and with valid parameters, * checks returned values. * Has OK status if exception was thrown for invalid parameters, * if exception wasn't thrown for valid parameters and if returned values @@ -1014,7 +1014,7 @@ public class _XAccessibleText extends MultiMethodTest { } /** - * Calls the method with invalid parameters an with valid parameters, + * Calls the method with invalid parameters and with valid parameters, * checks returned values. * Has OK status if exception was thrown for invalid parameters, * if exception wasn't thrown for valid parameters and if returned values @@ -1104,7 +1104,7 @@ public class _XAccessibleText extends MultiMethodTest { } /** - * Calls the method with invalid parameters an with valid parameter, + * Calls the method with invalid parameters and with valid parameter, * checks returned values. * Has OK status if exception was thrown for invalid parameters, * if exception wasn't thrown for valid parameter and if returned value for |