qadevOOo/tests/java/ifc/linguistic2/_XSpellChecker.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 90a46122dc0ce401919914cb79f11081d6cc6b24 Author: Andrea Gelmini <[email protected]> Date: Sat Feb 10 10:29:32 2018 +0100 Fix typos Change-Id: Id61c75a4d3df173e21a264e0997a9076141b772e Reviewed-on: https://gerrit.libreoffice.org/49587 Tested-by: Jenkins <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
