]> granicus.if.org Git - icu/commitdiff
ICU-20794 Fix typo in ucurr.h
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Thu, 25 Jul 2019 07:37:59 +0000 (00:37 -0700)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 28 Aug 2019 20:24:48 +0000 (13:24 -0700)
icu4c/source/common/unicode/ucurr.h

index c915327d3879e4ae3be6d2988080dd29b42bfb5f..a6a94769cd842fb1ac7e3e2beda80d39170a460d 100644 (file)
@@ -320,7 +320,7 @@ typedef enum UCurrCurrencyType {
  * Provides a UEnumeration object for listing ISO-4217 codes.
  * @param currType You can use one of several UCurrCurrencyType values for this
  *      variable. You can also | (or) them together to get a specific list of
- *      currencies. Most people will want to use the (UCURR_CURRENCY|UCURR_NON_DEPRECATED) value to
+ *      currencies. Most people will want to use the (UCURR_COMMON|UCURR_NON_DEPRECATED) value to
  *      get a list of current currencies.
  * @param pErrorCode Error code
  * @stable ICU 3.2