From: Jihoon Kim Date: Fri, 23 May 2014 05:12:57 +0000 (+0900) Subject: fix typo in isf control API doxygen X-Git-Tag: submit/tizen/20150128.083920~159 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a07adbb93db95c358588e32cad24e80844b06f18;p=platform%2Fcore%2Fuifw%2Fisf.git fix typo in isf control API doxygen Change-Id: I4e5d249b08e39fc5939e13a522b7cbfc844ecf28 --- diff --git a/ism/src/isf_control.h b/ism/src/isf_control.h index 95182fb9..85bf262e 100644 --- a/ism/src/isf_control.h +++ b/ism/src/isf_control.h @@ -56,7 +56,7 @@ EAPI int isf_control_set_active_ise_by_uuid (const char *uuid); * @brief Get active ISE's UUID. * * @param uuid The parameter is used to store active ISE's UUID. - * Applcation need free *uuid if it is not used. + * Application needs free *uuid if it is not used. * * @return the length of UUID if successfully, otherwise return -1; */ @@ -66,7 +66,7 @@ EAPI int isf_control_get_active_ise (char **uuid); * @brief Get the list of all ISEs' UUID. * * @param uuid_list The list is used to store all ISEs' UUID. - * Applcation need free **uuid_list if it is not used. + * Application needs free **uuid_list if it is not used. * * @return the count of UUID list if successfully, otherwise return -1; */ @@ -76,8 +76,8 @@ EAPI int isf_control_get_ise_list (char ***uuid_list); * @brief Get ISE's information according to ISE's UUID. * * @param uuid The ISE's UUID. - * @param name The parameter is used to store ISE's name. Applcation need free *name if it is not used. - * @param language The parameter is used to store ISE's language. Applcation need free *language if it is not used. + * @param name The parameter is used to store ISE's name. Application needs free *name if it is not used. + * @param language The parameter is used to store ISE's language. Application needs free *language if it is not used. * @param type The parameter is used to store ISE's type. * @param option The parameter is used to store ISE's option. * @@ -89,8 +89,8 @@ EAPI int isf_control_get_ise_info (const char *uuid, char **name, char **languag * @brief Get ISE's information according to ISE's UUID. * * @param uuid The ISE's UUID. - * @param name The parameter is used to store ISE's name. Applcation need free *name if it is not used. - * @param language The parameter is used to store ISE's language. Applcation need free *language if it is not used. + * @param name The parameter is used to store ISE's name. Application needs free *name if it is not used. + * @param language The parameter is used to store ISE's language. Application needs free *language if it is not used. * @param type The parameter is used to store ISE's type. * @param option The parameter is used to store ISE's option. * @param module_name The parameter is used to store ISE's module file name.