From: Hyunjee Kim Date: Sun, 13 May 2018 23:45:36 +0000 (+0900) Subject: Fix typo in 5.0 API Reference X-Git-Tag: submit/tizen/20180514.005024^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F46%2F178746%2F1;p=platform%2Fcore%2Fapi%2Fbase-utils.git Fix typo in 5.0 API Reference Change-Id: I4fda1ce25fbf5534a5c38ba6d0f6f61e52440411 Signed-off-by: Hyunjee Kim --- 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