From 7eef79f770ac7dc4241ae7082f6fb25b5fb8b0af Mon Sep 17 00:00:00 2001 From: Sejun Park Date: Thu, 17 Jan 2019 17:35:56 +0900 Subject: [PATCH] fixed typo Change-Id: Idebd6f28146cb9c750f99e67ab915e517462bba5 --- doc/media_tool_doc.h | 2 +- include/media_packet_pool.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1