summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qadevOOo/tests/java/ifc/linguistic2/_XSpellChecker.java4
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>