From e8de9afb4f0bfc4cf47c87ca7b9809d1ef07256b Mon Sep 17 00:00:00 2001 From: Hyunjee Kim Date: Mon, 14 May 2018 08:45:36 +0900 Subject: [PATCH] Fix typo in 5.0 API Reference Change-Id: I4fda1ce25fbf5534a5c38ba6d0f6f61e52440411 Signed-off-by: Hyunjee Kim --- src/include/utils_i18n_date_interval_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/utils_i18n_date_interval_format.h b/src/include/utils_i18n_date_interval_format.h index cc164c7..930ecd0 100644 --- a/src/include/utils_i18n_date_interval_format.h +++ b/src/include/utils_i18n_date_interval_format.h @@ -71,7 +71,7 @@ extern "C" { * * There is a set of pre-defined static skeleton strings. There are pre-defined interval patterns * for those pre-defined skeletons in locales' resource files. For example, for a skeleton - * #I18N_UDAT_YEAR_ABBR_MONTH_DAY, which is "yMMMd", in en_US, if the largest different calendar + * #I18N_UDATE_YEAR_ABBR_MONTH_DAY, which is "yMMMd", in en_US, if the largest different calendar * field between date1 and date2 is "year", the date interval pattern is "MMM d, yyyy - MMM * d, yyyy", such as "Jan 10, 2007 - Jan 10, 2008". If the largest different calendar field between * date1 and date2 is "month", the date interval pattern is "MMM d - MMM d, yyyy", such as -- 2.7.4