From: Sejun Park Date: Thu, 17 Jan 2019 08:51:28 +0000 (+0900) Subject: fixed typo X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0;p=platform%2Fcore%2Fapi%2Fmediacodec.git fixed typo Change-Id: I44164c48f837376fd46b3772a58591ae7dc6b373 --- diff --git a/include/media_codec.h b/include/media_codec.h index b6fa990..6e296d6 100644 --- a/include/media_codec.h +++ b/include/media_codec.h @@ -154,12 +154,12 @@ typedef void (*mediacodec_input_buffer_used_cb)(media_packet_h pkt, void *user_d typedef void (*mediacodec_output_buffer_available_cb)(media_packet_h pkt, void *user_data); /** - * @brief Called when the error has occured + * @brief Called when the error has occurred * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif - * @details It will be invoked when the error has occured. + * @details It will be invoked when the error has occurred. * @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 you register this callback using mediacodec_set_error_cb(). + * @pre It will be invoked when the error has occurred if you register this callback using mediacodec_set_error_cb(). * @see mediacodec_set_error_cb() * @see mediacodec_unset_error_cb() */