Fix typo 55/171455/1 accepted/tizen/unified/20180307.071312 submit/tizen/20180305.053300
authorMinje Ahn <minje.ahn@samsung.com>
Mon, 5 Mar 2018 05:09:24 +0000 (14:09 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Mon, 5 Mar 2018 05:09:24 +0000 (14:09 +0900)
Change-Id: I5e82a7f272e34708a1b63dc9237a4de3ad1cfefc
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
doc/media_content_doc.h
include/media_content.h
include/media_content_type.h
include/media_folder.h
include/media_info.h
include_product/media_content.h
include_product/media_content_type.h
include_product/media_folder.h
include_product/media_info.h
src/media_folder.c

index 3f650da..b55616c 100755 (executable)
  *
  * Note that if you want to set qoutation(" ' " or " " ") as value of LIKE operator, you should use two times.(" '' " or " "" ") \n
  * And the optional ESCAPE clause is supported. Both percent symbol("%") and underscore symbol("_") are used in the LIKE pattern.\n
- * If these characters are used as value of LIKE operation, then the expression following the ESCAPE caluse of sqlite will be ignored. \n
+ * If these characters are used as value of LIKE operation, then the expression following the ESCAPE clause of sqlite will be ignored. \n
  *
  * For example,
  * - column LIKE ('#%') ESCAPE('#') - "#" is escape character, it will be ignored.
index c558048..83b47d7 100755 (executable)
@@ -105,7 +105,7 @@ int media_content_disconnect(void);
  *                   If you can access both storage, you must add all privilege.
  * @remarks Since 4.0, this function is related to the following feature:\n
  *              %http://tizen.org/feature/content.scanning.others\n
- *              If this feature is not suppported on the device, MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
+ *              If this feature is not supported on the device, MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
  *
  * @param[in] path The file path
  *
index 52e8ecd..2f20453 100755 (executable)
@@ -44,7 +44,7 @@ extern "C" {
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks Since 4.0, #MEDIA_CONTENT_TYPE_OTHERS is related to the following feature:\n
  *              %http://tizen.org/feature/content.scanning.others\n
- *              If this feature is not suppported on the device, MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
+ *              If this feature is not supported on the device, MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
  */
 typedef enum {
        MEDIA_CONTENT_TYPE_IMAGE                = 0,    /**<The type of an image */
index a0a87bc..d4d9638 100755 (executable)
@@ -70,7 +70,7 @@ int media_folder_get_folder_count_from_db(filter_h filter, int *folder_count);
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
- * @remarks Do not call updating DB fuction like media_folder_update_to_db() in your callback function, your callback function is invoked as inline function.\n
+ * @remarks Do not call updating DB function like media_folder_update_to_db() in your callback function, your callback function is invoked as inline function.\n
  *                   So, your callback function is in read state in SQLite. When you are in read state, sometimes you do not update DB. \n
  *                   We do not recommend you call updating DB function in callback of foreach function.
  *
index 6fb10f8..45c5e63 100755 (executable)
@@ -59,7 +59,7 @@ extern "C" {
  *                   If you can access both storage, you must add all privilege.
  * @remarks Since 4.0, this function is related to the following feature:\n
  *              %http://tizen.org/feature/content.scanning.others\n
- *              If this feature is not suppported on the device, MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
+ *              If this feature is not supported on the device, MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
  *
  * @param[in] path The path of the content file to add
  * @param[out] info The handle of the inserted content file
@@ -102,7 +102,7 @@ int media_info_insert_to_db(const char *path, media_info_h *info);
  *                   If you can access both storage, you must add all privilege.
  * @remarks Since 4.0, this function is related to the following feature:\n
  *              %http://tizen.org/feature/content.scanning.others\n
- *              If this feature is not suppported on the device, MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
+ *              If this feature is not supported on the device, MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
  *
  * @param[in] path_array The path array of the content files to add
  * @param[in] array_length The length of the array
@@ -1324,7 +1324,7 @@ int media_info_set_rating(media_info_h media, int rating) TIZEN_DEPRECATED_API;
 
 /**
  * @brief Sets the favorite of media info.
- * @details This function can mark favorite of the media. If set to @c true, this fuction record the time of the change moment. \n
+ * @details This function can mark favorite of the media. If set to @c true, this function record the time of the change moment. \n
  *                So, If you use it in order parameter, you can sort the order of the time was a favorite. \n
  *                Or, if you use it in condition parameter, you can get the result of the favorite media.
  *
index 82f5b7b..4157dff 100755 (executable)
@@ -106,7 +106,7 @@ int media_content_disconnect(void);
  *                   If you can access both storage, you must add all privilege.
  * @remarks Since 4.0, this function is related to the following feature:\n
  *              %http://tizen.org/feature/content.scanning.others\n
- *              If this feature is not suppported on the device, MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
+ *              If this feature is not supported on the device, MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
  *
  * @param[in] path The file path
  *
index 62e0e22..35e986f 100755 (executable)
@@ -50,7 +50,7 @@ extern "C" {
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks Since 4.0, #MEDIA_CONTENT_TYPE_OTHERS is related to the following feature:\n
  *              %http://tizen.org/feature/content.scanning.others\n
- *              If this feature is not suppported on the device, MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
+ *              If this feature is not supported on the device, MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
  */
 typedef enum {
        MEDIA_CONTENT_TYPE_IMAGE                = 0,    /**<The type of an image */
index a0a87bc..d4d9638 100755 (executable)
@@ -70,7 +70,7 @@ int media_folder_get_folder_count_from_db(filter_h filter, int *folder_count);
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
- * @remarks Do not call updating DB fuction like media_folder_update_to_db() in your callback function, your callback function is invoked as inline function.\n
+ * @remarks Do not call updating DB function like media_folder_update_to_db() in your callback function, your callback function is invoked as inline function.\n
  *                   So, your callback function is in read state in SQLite. When you are in read state, sometimes you do not update DB. \n
  *                   We do not recommend you call updating DB function in callback of foreach function.
  *
index 6fb10f8..45c5e63 100755 (executable)
@@ -59,7 +59,7 @@ extern "C" {
  *                   If you can access both storage, you must add all privilege.
  * @remarks Since 4.0, this function is related to the following feature:\n
  *              %http://tizen.org/feature/content.scanning.others\n
- *              If this feature is not suppported on the device, MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
+ *              If this feature is not supported on the device, MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
  *
  * @param[in] path The path of the content file to add
  * @param[out] info The handle of the inserted content file
@@ -102,7 +102,7 @@ int media_info_insert_to_db(const char *path, media_info_h *info);
  *                   If you can access both storage, you must add all privilege.
  * @remarks Since 4.0, this function is related to the following feature:\n
  *              %http://tizen.org/feature/content.scanning.others\n
- *              If this feature is not suppported on the device, MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
+ *              If this feature is not supported on the device, MEDIA_CONTENT_TYPE_OTHERS type file is not scanned.
  *
  * @param[in] path_array The path array of the content files to add
  * @param[in] array_length The length of the array
@@ -1324,7 +1324,7 @@ int media_info_set_rating(media_info_h media, int rating) TIZEN_DEPRECATED_API;
 
 /**
  * @brief Sets the favorite of media info.
- * @details This function can mark favorite of the media. If set to @c true, this fuction record the time of the change moment. \n
+ * @details This function can mark favorite of the media. If set to @c true, this function record the time of the change moment. \n
  *                So, If you use it in order parameter, you can sort the order of the time was a favorite. \n
  *                Or, if you use it in condition parameter, you can get the result of the favorite media.
  *
index b867581..7f30650 100755 (executable)
@@ -235,7 +235,7 @@ int media_folder_get_parent_folder_id(media_folder_h folder, char **parent_folde
        char *parent_path = NULL;
        char select_query[MAX_QUERY_SIZE] = {0, };
 
-       /* Usage is low. So, DB access when this fuction is called */
+       /* Usage is low. So, DB access when this function is called */
        if (_folder) {
                memset(tmp_path, 0x00, sizeof(tmp_path));
                memset(select_query, 0x00, sizeof(select_query));