ICU-8518 Corrected spelling found by Markus's review

X-SVN-Rev: 30769
This commit is contained in:
Yoshito Umaoka 2011-09-30 20:52:56 +00:00
parent 33f9e7e935
commit a87cae4ff8
2 changed files with 2 additions and 2 deletions

View 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
*/

View 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"),