diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:23:45 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-03 08:19:04 +0000 |
commit | 7f73bb5b44202431f4d07b283e47b1bc0a1a651e (patch) | |
tree | 26067609d994c0e288134f8563243416c332f94e /qadevOOo/tests/java/ifc/i18n | |
parent | e9e61a4a7850ec7f2e0cf238c58794b021da5235 (diff) |
Fix typos
Change-Id: I8e429d1f03aac7c7cdb7ff4b43b3f46d40292510
Reviewed-on: https://gerrit.libreoffice.org/16709
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'qadevOOo/tests/java/ifc/i18n')
-rw-r--r-- | qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java b/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java index 004b0144eff1..277ba56fe667 100644 --- a/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java +++ b/qadevOOo/tests/java/ifc/i18n/_XExtendedIndexEntrySupplier.java @@ -202,7 +202,7 @@ 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 + * This class delivers an amount of unicode characters and the equivalent phonetics * for the "getPhoneticCandidate" test. Euivalents are only usable for zh,CN locale. */ public static class UnicodeStringPair { |