Fix spelling errata
[platform/core/uifw/voice-control.git] / include / voice_control_command_expand.h
index c188e77..d8d02c3 100755 (executable)
@@ -184,7 +184,7 @@ int vc_cmd_set_unfixed_command(vc_cmd_h vc_command, const char* command);
 int vc_cmd_get_nlu_json(vc_cmd_h vc_cmd, char** json);
 
 /**
-* @brief Gets the datetime value from the setence.
+* @brief Gets the datetime value from the sentence.
 * @since_tizen 3.0
 *
 * @param[in] text The sentence to analyze
@@ -216,7 +216,7 @@ int vc_cmd_get_datetime(const char *text, time_t *result, char **remain);
 *
 * @remark This function can modify @a src_list by the result, So if you want to keep the content of @a src_list,
 *      make a copy of @a src_list before running this function. And also, you need to create the list handle of
-*      @a dst_list before runnig this function, because this function does not create the handle internally.
+*      @a dst_list before running this function, because this function does not create the handle internally.
 *
 * @return 0 on success, otherwise a negative error value
 * @retval #VC_ERROR_NONE Successful