summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-02-03 10:43:14 +0100
committerAndras Timar <andras.timar@collabora.com>2014-02-03 10:48:25 +0100
commit69adcefccef578f6694e37891ecb07ec3c6d51e4 (patch)
treecfe4b37dda026e9f830e8acdc748d5f6a418f835 /qadevOOo
parent4e9b5a6849afe09f5152e9e989fe50c3e208db73 (diff)
typo: ACSII -> ASCII
Change-Id: I5c12ad690df99718dc1e5d1f25a3b62af3c6b355
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java b/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java
index b73fa751b95f..eb0b72c77794 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java
@@ -517,7 +517,7 @@ public class _XBreakIterator extends MultiMethodTest {
/**
* Tries to determine script type (of all four types). <p>
* Has <b>OK</b> status if <code>LATIN</code> type returned
- * for ACSII character, <code>ASIAN</code> for Katakana Unicode
+ * for ASCII character, <code>ASIAN</code> for Katakana Unicode
* codepoints, <code>COMPLEX</code> for Arabic Unicode
* codepoints and <code>WEAK</code> for codepoints from Arrows
* Unicode block.