From ee1db0037b7f26e7e464382f687c8df4030cea36 Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Mon, 5 Mar 2018 14:09:24 +0900 Subject: [PATCH] Fix typo Change-Id: I5e82a7f272e34708a1b63dc9237a4de3ad1cfefc Signed-off-by: Minje Ahn --- doc/media_content_doc.h | 2 +- include/media_content.h | 2 +- include/media_content_type.h | 2 +- include/media_folder.h | 2 +- include/media_info.h | 6 +++--- include_product/media_content.h | 2 +- include_product/media_content_type.h | 2 +- include_product/media_folder.h | 2 +- include_product/media_info.h | 6 +++--- src/media_folder.c | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/media_content_doc.h b/doc/media_content_doc.h index 3f650da..b55616c 100755 --- a/doc/media_content_doc.h +++ b/doc/media_content_doc.h @@ -223,7 +223,7 @@ * * 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. diff --git a/include/media_content.h b/include/media_content.h index c558048..83b47d7 100755 --- a/include/media_content.h +++ b/include/media_content.h @@ -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 * diff --git a/include/media_content_type.h b/include/media_content_type.h index 52e8ecd..2f20453 100755 --- a/include/media_content_type.h +++ b/include/media_content_type.h @@ -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, /**