Fix typo 70/169870/1 accepted/tizen/unified/20180212.140712 submit/tizen/20180212.023542
authorMinje Ahn <minje.ahn@samsung.com>
Mon, 12 Feb 2018 02:31:48 +0000 (11:31 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Mon, 12 Feb 2018 02:31:48 +0000 (11:31 +0900)
Change-Id: I309224042e23271c4ce2142b7f5ec5135219fde5
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
include/metadata_editor.h

index 80d4e4b..8e115b5 100755 (executable)
@@ -56,7 +56,7 @@ int metadata_editor_create(metadata_editor_h *metadata);
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
  * @remarks 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 previlege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage.
+ *                   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.
  *
  * @param[in] metadata The handle to metadata
  * @param[in] path path to read or write metadata
@@ -80,7 +80,7 @@ int metadata_editor_set_path(metadata_editor_h metadata, const char *path);
  * @remarks The @a value should be released using free(). \n
  *                   If the attribute value of the metadata is empty, return value is NULL. \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 previlege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage.
+ *                   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.
  *
  * @param[in] metadata The handle to metadata
  * @param[in] attribute key attribute name to get
@@ -125,7 +125,7 @@ int metadata_editor_set_metadata(metadata_editor_h metadata, metadata_editor_att
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
  * @remarks 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 previlege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage.
+ *                   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.
  *
  * @param[in] metadata The handle to metadata
  * @return 0 on success, otherwise a negative error value
@@ -145,7 +145,7 @@ int metadata_editor_update_metadata(metadata_editor_h metadata);
  *
  * @remarks The @a picture abd @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 previlege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage.
+ *                   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.
  *
  * @param[in] metadata The handle to metadata
  * @param[in] index picture order
@@ -170,7 +170,7 @@ int metadata_editor_get_picture(metadata_editor_h metadata, int index, void **pi
  * @remarks You must call metadata_editor_update_metadata() for applying to the metadata of the media file. if not, you will see the existing metadata when you call metadata_editor_get_metadata(). \n
  *                   Image type of the metadata supports jpeg and png. \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 previlege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage.
+ *                   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.
  *
  * @param[in] metadata The handle to metadata
  * @param[in] picture_path The path of picture for adding to the metadata
@@ -192,7 +192,7 @@ int metadata_editor_append_picture(metadata_editor_h metadata, const char *pictu
  *
  * @remarks You must call metadata_editor_update_metadata() for applying to the metadata of the media file. if not, you will see the existing metadata when you call metadata_editor_get_metadata(). \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 previlege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage.
+ *                   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.
  *
  * @param[in] metadata The handle to metadata
  * @param[in] index artwork image order