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 /toolkit | |
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 'toolkit')
-rw-r--r-- | toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java b/toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java index 575d569c805d..3861a071de10 100644 --- a/toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java +++ b/toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java @@ -496,7 +496,7 @@ public class _XAccessibleText { } /** - * 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: @@ -583,7 +583,7 @@ public class _XAccessibleText { } /** - * 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 @@ -675,7 +675,7 @@ public class _XAccessibleText { } /** - * 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 @@ -746,7 +746,7 @@ public class _XAccessibleText { } /** - * 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 @@ -833,7 +833,7 @@ public class _XAccessibleText { } /** - * 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 @@ -921,7 +921,7 @@ public class _XAccessibleText { } /** - * 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 |