ICU-3748 fix typo

X-SVN-Rev: 15337
This commit is contained in:
Alan Liu 2004-05-17 18:37:24 +00:00
parent 243650f6c6
commit ca6be2252f

View File

@ -868,7 +868,7 @@ public final class ULocale implements Serializable {
/**
* Returns the country/region code for this locale, which will either be the empty string
* or an upercase ISO 3166 2-letter code.
* or an uppercase ISO 3166 2-letter code.
* @see #getDisplayCountry
* @draft ICU 3.0
*/
@ -878,7 +878,7 @@ public final class ULocale implements Serializable {
/**
* Returns the country/region code for this locale, which will either be the empty string
* or an upercase ISO 3166 2-letter code.
* or an uppercase ISO 3166 2-letter code.
* @param localeID
* @see #getDisplayCountry
* @draft ICU 3.0