From a27162d3ba536cec9afd39c09b42d56ad35aa705 Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Fri, 23 May 2025 08:56:32 +0900 Subject: [PATCH] Fix typo Change-Id: Ie760bd35a1e42e7144550716c5f0c769cbf2b8ee Signed-off-by: Minje Ahn --- doc/media_content_doc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/media_content_doc.h b/doc/media_content_doc.h index d27b8fd..297b55a 100644 --- a/doc/media_content_doc.h +++ b/doc/media_content_doc.h @@ -227,7 +227,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 * -- 2.34.1