From 142fef97b848bb547d52bf620f7763f5f9c8e4f8 Mon Sep 17 00:00:00 2001 From: Gilbok Lee Date: Thu, 17 Jan 2019 17:34:31 +0900 Subject: [PATCH] Fix typo error Change-Id: I5d677cb5cfc96bbf18fabd4fa23fe062fca1ae2f --- include/port_gst/mediamuxer_port_gst.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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() */ -- 2.7.4