Fix typo error 38/197938/1 accepted/tizen/unified/20190128.061349 submit/tizen/20190121.061557
authorGilbok Lee <gilbok.lee@samsung.com>
Thu, 17 Jan 2019 08:34:31 +0000 (17:34 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Thu, 17 Jan 2019 08:34:31 +0000 (17:34 +0900)
Change-Id: I5d677cb5cfc96bbf18fabd4fa23fe062fca1ae2f

include/port_gst/mediamuxer_port_gst.h

index 24de8f6..aef0271 100644 (file)
@@ -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()
  */