change remark to remarks
[platform/framework/native/appfw.git] / inc / FLclLocale.h
index 3e64bab..058ab1b 100644 (file)
@@ -953,7 +953,7 @@ public:
         *
         * @return              The language code enum value of the instance
         *
-        * @remark              The specific LanguageCode represents the language code with the locale's ISO-15924 abbreviation script code.
+        * @remarks             The specific LanguageCode represents the language code with the locale's ISO-15924 abbreviation script code.
         */
        LanguageCode GetLanguageCode(void) const;
 
@@ -1162,7 +1162,7 @@ public:
         * @return              The ISO 3166-1 alpha-3 country code string associated with the @c countryCode, @n
         *                              else an empty string if countryCode is invalid
         * @see                 CountryCodeToString()
-        * @remark              COUNTRY_AREA_419 returns an empty string, since it is not defined in the ISO 3166-1 alpha-3.
+        * @remarks             COUNTRY_AREA_419 returns an empty string, since it is not defined in the ISO 3166-1 alpha-3.
         */
        static Tizen::Base::String CountryCodeToThreeLetterCountryCodeString(CountryCode countryCode);