From f5f25f871cdacc72fa07048e715fdca8797cc416 Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Mon, 5 Mar 2018 14:10:07 +0900 Subject: [PATCH] Fix typo Change-Id: If06f721dc2c9e13f04cd8e4944b43b72d193d6df Signed-off-by: Minje Ahn --- doc/metadata_editor_doc.h | 2 +- include/metadata_editor.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/metadata_editor_doc.h b/doc/metadata_editor_doc.h index 56f1310..ecb4431 100755 --- a/doc/metadata_editor_doc.h +++ b/doc/metadata_editor_doc.h @@ -37,7 +37,7 @@ * \#include * * @section CAPI_MEDIA_METADATA_EDITOR_OVERVIEW Overview - * The @ref CAPI_MEDIA_METADATA_EDITOR_MODULE API allows you to read the metadata from a media file(#metadata_editor_get_metadata()). To edit a metadata(#metadata_editor_set_metadata()), create/destory the handle(#metadata_editor_create()/#metadata_editor_destroy), and append/ remove a picture in the metadata(#metadata_editor_append_picture()/ #metadata_editor_remove_picture()). + * The @ref CAPI_MEDIA_METADATA_EDITOR_MODULE API allows you to read the metadata from a media file(#metadata_editor_get_metadata()). To edit a metadata(#metadata_editor_set_metadata()), create/destroy the handle(#metadata_editor_create()/#metadata_editor_destroy), and append/ remove a picture in the metadata(#metadata_editor_append_picture()/ #metadata_editor_remove_picture()). */ #endif /* __TIZEN_METADATA_EDITOR_DOC_H__ */ diff --git a/include/metadata_editor.h b/include/metadata_editor.h index 8e115b5..01b8cbc 100755 --- a/include/metadata_editor.h +++ b/include/metadata_editor.h @@ -143,7 +143,7 @@ int metadata_editor_update_metadata(metadata_editor_h metadata); * @brief Gets the picture in the media file. * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * - * @remarks The @a picture abd @a mime_type should be released using free(). \n + * @remarks The @a picture and @a mime_type should be released using free(). \n * In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n * For example, if you get the specific path by using storage_get_directory(). you should add privilege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage. * -- 2.34.1