summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
diff options
context:
space:
mode:
authorMatthias Seidel <mseidel@apache.org>2018-01-17 00:28:33 +0000
committerMatthias Seidel <mseidel@apache.org>2018-01-17 00:28:33 +0000
commitf9d7fc5c44d66faf19262e6ee0c13d4167acf158 (patch)
tree54956b03702faf7c65afe0456a7dc8f19bfa7653 /qadevOOo/tests
parent8497b3ed351f2316bea7b735826723148931291a (diff)
Fixed typos
Notes
Notes: prefer: 7f56e58148602f75b7b5ccccf1860dc65c4620d0
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r--qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java b/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java
index 79836f0c7c79..8731ce8cfa38 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java
@@ -110,7 +110,7 @@ public class _XExtendedIndexEntrySupplier extends MultiMethodTest {
}
/*
- * gets one phonetic canidate for the chinese local
+ * gets one phonetic candidate for the chinese local
* is ok if 'yi' is returned as expected.
*/
public void _getPhoneticCandidate() {
@@ -220,8 +220,8 @@ public class _XExtendedIndexEntrySupplier extends MultiMethodTest {
/**
* Helper class to handle the phonetic equivalence of unicode characters
- * This class delivers an amount oif unicode characters and the equivalent phonetics
- * for the "getPhoneticCandidate" test. Euivalents are only usable for zh,CN locale.
+ * This class delivers an amount of unicode characters and the equivalent phonetics
+ * for the "getPhoneticCandidate" test. Equivalents are only usable for zh,CN locale.
*/
public static class UnicodeStringPair {
final static int valCount = 78;