fixed typo 53/197953/1 tizen_3.0
authorSejun Park <sejun79.park@samsung.com>
Thu, 17 Jan 2019 08:51:28 +0000 (17:51 +0900)
committerSejun Park <sejun79.park@samsung.com>
Thu, 17 Jan 2019 08:51:28 +0000 (17:51 +0900)
Change-Id: I44164c48f837376fd46b3772a58591ae7dc6b373

include/media_codec.h

index b6fa9908573c5665ee941fbb8465cef9faf133c7..6e296d644189c9bf12b9a49938b836659ddb7ef9 100644 (file)
@@ -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()
  */