Fix typo 58/171458/1 accepted/tizen/unified/20180307.071324 submit/tizen/20180305.053300
authorMinje Ahn <minje.ahn@samsung.com>
Mon, 5 Mar 2018 05:10:07 +0000 (14:10 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Mon, 5 Mar 2018 05:10:07 +0000 (14:10 +0900)
Change-Id: If06f721dc2c9e13f04cd8e4944b43b72d193d6df
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
doc/metadata_editor_doc.h
include/metadata_editor.h

index 56f1310..ecb4431 100755 (executable)
@@ -37,7 +37,7 @@
  *    \#include <metadata_editor.h>
  *
  * @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__ */
index 8e115b5..01b8cbc 100755 (executable)
@@ -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.
  *