From: Gilbok Lee Date: Thu, 17 Jan 2019 08:34:31 +0000 (+0900) Subject: Fix typo error X-Git-Tag: accepted/tizen/unified/20190128.061349^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F38%2F197938%2F1;p=platform%2Fcore%2Fapi%2Fmediamuxer.git Fix typo error Change-Id: I5d677cb5cfc96bbf18fabd4fa23fe062fca1ae2f --- diff --git a/include/port_gst/mediamuxer_port_gst.h b/include/port_gst/mediamuxer_port_gst.h index 24de8f6..aef0271 100644 --- a/include/port_gst/mediamuxer_port_gst.h +++ b/include/port_gst/mediamuxer_port_gst.h @@ -83,23 +83,23 @@ typedef struct _mxgst_handle_t { } mxgst_handle_t; /** - * @brief Called when the error has occured. - * @remarks It will be invoked when the error has occured. + * @brief Called when the error has occurred. + * @remarks It will be invoked when the error has occurred. * @since_tizen 3.0 * @param[in] error_code The error code * @param[in] user_data The user data passed from the callback registration function - * @pre It will be invoked when the error has occured if user register this callback using mediamuxer_set_error_cb(). + * @pre It will be invoked when the error has occurred if user register this callback using mediamuxer_set_error_cb(). * @see mediamuxer_set_error_cb() * @see mediamuxer_unset_error_cb() */ typedef void (*gst_muxer_error_cb)(mediamuxer_error_e error, void *user_data); /** - * @brief Called when the eos has occured. + * @brief Called when the eos has occurred. * @since_tizen 4.0 - * @details It will be invoked when the eos has occured. + * @details It will be invoked when the eos has occurred. * @param[in] user_data The user data passed from the callback registration function - * @pre It will be invoked when the eos has occured if user register this callback using mediamuxer_set_eos_cb(). + * @pre It will be invoked when the eos has occurred if user register this callback using mediamuxer_set_eos_cb(). * @see mediamuxer_set_eos_cb() * @see mediamuxer_unset_eos_cb() */