From: Minje Ahn Date: Thu, 22 May 2025 23:56:32 +0000 (+0900) Subject: Fix typo X-Git-Tag: accepted/tizen/unified/20250523.135632^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified;p=platform%2Fcore%2Fapi%2Fmedia-content.git Fix typo Change-Id: Ie760bd35a1e42e7144550716c5f0c769cbf2b8ee Signed-off-by: Minje Ahn --- diff --git a/doc/media_content_doc.h b/doc/media_content_doc.h index 237a952..aba9b51 100644 --- a/doc/media_content_doc.h +++ b/doc/media_content_doc.h @@ -223,7 +223,7 @@ * *\n * - * Note that if you want to set qoutation(" ' " or " " ") as value of LIKE operator, you should use two times.(" '' " or " "" ") \n + * Note that if you want to set quotation(" ' " 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 clause of sqlite will be ignored. \n *