* @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;
*/
* @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;
*/
* @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.
*
* @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.