ICU-8518 Misspelled again... Corrected.

X-SVN-Rev: 30771
This commit is contained in:
Yoshito Umaoka 2011-09-30 21:17:08 +00:00
parent 630f1f0c99
commit c27fc1d6e5

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@calandar=gregorian"),
new ULocale("en_US@calendar=gregorian"),
new ULocale("ja_JP@calendar=japanese"),
new ULocale("th_TH@calendar=buddhist"),
new ULocale("zh_TW@calendar=roc"),