fixed typo 39/197939/1 accepted/tizen/unified/20190129.064208 submit/tizen/20190122.054529
authorSejun Park <sejun79.park@samsung.com>
Thu, 17 Jan 2019 08:34:42 +0000 (17:34 +0900)
committerSejun Park <sejun79.park@samsung.com>
Thu, 17 Jan 2019 08:34:42 +0000 (17:34 +0900)
Change-Id: If48dd381aae4d820b2b9a79fbe78919d4abbe9bb

include/media_codec.h

index 5626215..fd6da1e 100755 (executable)
@@ -157,8 +157,8 @@ typedef void (*mediacodec_input_buffer_used_cb)(media_packet_h packet, void *use
 typedef void (*mediacodec_output_buffer_available_cb)(media_packet_h packet, void *user_data);
 
 /**
- * @brief Called when the error has occured.
- * @details It will be invoked when the error has occured.
+ * @brief Called when the error has occurred.
+ * @details It will be invoked when the error has occurred.
  *          Following error codes can be delivered.
  *          #MEDIACODEC_ERROR_INTERNAL,
  *          #MEDIACODEC_ERROR_INVALID_STREAM,
@@ -167,7 +167,7 @@ typedef void (*mediacodec_output_buffer_available_cb)(media_packet_h packet, voi
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @param[in] error 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()
  */