]> granicus.if.org Git - icu/commitdiff
ICU-8518 Corrected spelling found by Markus's review
authorYoshito Umaoka <y.umaoka@gmail.com>
Fri, 30 Sep 2011 20:52:56 +0000 (20:52 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Fri, 30 Sep 2011 20:52:56 +0000 (20:52 +0000)
X-SVN-Rev: 30769

icu4j/main/classes/core/src/com/ibm/icu/text/DateFormatSymbols.java
icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/IntlTestDateFormatSymbols.java

index 30845c51370b64f288b4e4783246cebd4593a379..562839608a99fa6996b5d3532a33beb55ff65061 100644 (file)
@@ -1363,7 +1363,7 @@ public class DateFormatSymbols implements Serializable, Cloneable {
 
     /**
      * Variant of DateFormatSymbols(Calendar, Locale) that takes the Calendar class
-     * instead of a Calandar instance.
+     * instead of a Calendar instance.
      * @see #DateFormatSymbols(Calendar, Locale)
      * @stable ICU 2.2
      */
index 0188651c9059c82fa2a86a3ec190dfd9815965b3..3a26faa0a54bb8013205f8976df153415cd13e6c 100644 (file)
@@ -482,7 +482,7 @@ public class IntlTestDateFormatSymbols extends com.ibm.icu.dev.test.TestFmwk
 
     public void TestConstructorWithCalendar() {
         ULocale[] TestLocales = {
-            new ULocale("en_US@caleandar=gregorian"),
+            new ULocale("en_US@calandar=gregorian"),
             new ULocale("ja_JP@calendar=japanese"),
             new ULocale("th_TH@calendar=buddhist"),
             new ULocale("zh_TW@calendar=roc"),