Fix typo in 5.0 API Reference 46/178746/1 accepted/tizen/unified/20180514.094209 submit/tizen/20180514.005024
authorHyunjee Kim <hj0426.kim@samsung.com>
Sun, 13 May 2018 23:45:36 +0000 (08:45 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Sun, 13 May 2018 23:46:01 +0000 (08:46 +0900)
Change-Id: I4fda1ce25fbf5534a5c38ba6d0f6f61e52440411
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
src/include/utils_i18n_date_interval_format.h

index cc164c7..930ecd0 100644 (file)
@@ -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