From: Minje Ahn Date: Mon, 12 Feb 2018 02:31:48 +0000 (+0900) Subject: Fix typo X-Git-Tag: submit/tizen_4.0/20180212.023736^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83311797a9caaf94b8f2b45e3c9185de575e1924;p=platform%2Fcore%2Fapi%2Fmetadata-editor.git Fix typo Change-Id: I309224042e23271c4ce2142b7f5ec5135219fde5 Signed-off-by: Minje Ahn --- diff --git a/include/metadata_editor.h b/include/metadata_editor.h index 80d4e4b..8e115b5 100755 --- a/include/metadata_editor.h +++ b/include/metadata_editor.h @@ -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