Change-Id: Idebd6f28146cb9c750f99e67ab915e517462bba5
*- Set and Get metadata of media packet
*
* The media packet handle is created by caller.
- * After creating media_packet_h handle, the caller can set & get other meta datas.
+ * After creating media_packet_h handle, the caller can set & get other meta data.
*
*/
/**
* @brief Sets the media packet pool size.
* @details Sets the number of packets to allocate with given parameters.
- * The media packet pool will be allocated with @a min_buffers when media_pacet_pool_allocate() is called.
+ * The media packet pool will be allocated with @a min_buffers when media_packet_pool_allocate() is called.
* When there are no media packets available, it will be increased to @a max_buffers of given parameter.
*
* @since_tizen 3.0