From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Thu, 25 Jul 2019 07:37:59 +0000 (-0700) Subject: ICU-20794 Fix typo in ucurr.h X-Git-Tag: release-65-rc~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed992984319d78fa72bb908d806a93555a1af19d;p=icu ICU-20794 Fix typo in ucurr.h --- diff --git a/icu4c/source/common/unicode/ucurr.h b/icu4c/source/common/unicode/ucurr.h index c915327d387..a6a94769cd8 100644 --- a/icu4c/source/common/unicode/ucurr.h +++ b/icu4c/source/common/unicode/ucurr.h @@ -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