diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-02-10 10:29:32 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-02-12 15:38:07 +0100 |
commit | 90a46122dc0ce401919914cb79f11081d6cc6b24 (patch) | |
tree | 7f8455730192ae1906c3bb2675894ff0d49f9db2 /qadevOOo | |
parent | fe47e5fdd3500ff371eed9092f96be7bdde5a18d (diff) |
Fix typos
Change-Id: Id61c75a4d3df173e21a264e0997a9076141b772e
Reviewed-on: https://gerrit.libreoffice.org/49587
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/linguistic2/_XSpellChecker.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/linguistic2/_XSpellChecker.java b/qadevOOo/tests/java/ifc/linguistic2/_XSpellChecker.java index 1645b28bc34d..642444e2c98e 100644 --- a/qadevOOo/tests/java/ifc/linguistic2/_XSpellChecker.java +++ b/qadevOOo/tests/java/ifc/linguistic2/_XSpellChecker.java @@ -50,7 +50,7 @@ public class _XSpellChecker extends MultiMethodTest { /** * Test calls the method for a correctly spelled word and - * for a uncorrectly spelled word and checks returned values. <p> + * for a incorrectly spelled word and checks returned values. <p> * Has <b> OK </b> status if returned value is equal to true in first case, * if returned value is equal to false in second case and no exceptions * were thrown. <p> @@ -75,7 +75,7 @@ public class _XSpellChecker extends MultiMethodTest { } /** - * Test calls the method for a uncorrectly spelled word + * Test calls the method for a incorrectly spelled word * and checks returned values. <p> * Has <b> OK </b> status if at least one spell alternative exists * and no exceptions were thrown. <p> |