From: Sejun Park Date: Thu, 17 Jan 2019 08:35:56 +0000 (+0900) Subject: fixed typo X-Git-Tag: submit/tizen/20190122.054621^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7eef79f770ac7dc4241ae7082f6fb25b5fb8b0af;p=platform%2Fcore%2Fapi%2Fmediatool.git fixed typo Change-Id: Idebd6f28146cb9c750f99e67ab915e517462bba5 --- diff --git a/doc/media_tool_doc.h b/doc/media_tool_doc.h index 58d55aa..fcab158 100755 --- a/doc/media_tool_doc.h +++ b/doc/media_tool_doc.h @@ -39,7 +39,7 @@ *- 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. * */ diff --git a/include/media_packet_pool.h b/include/media_packet_pool.h index 7ddfc2a..6531885 100755 --- a/include/media_packet_pool.h +++ b/include/media_packet_pool.h @@ -77,7 +77,7 @@ int media_packet_pool_set_media_format(media_packet_pool_h pool, media_format_h /** * @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