ICU-8518 Corrected spelling found by Markus's review
X-SVN-Rev: 30769
This commit is contained in:
parent
33f9e7e935
commit
a87cae4ff8
@ -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
|
||||
*/
|
||||
|
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user