Fix typo 85/324685/1 accepted/tizen_9.0_unified tizen_9.0 accepted/tizen/9.0/unified/20250523.175001
authorMinje Ahn <minje.ahn@samsung.com>
Thu, 22 May 2025 23:56:32 +0000 (08:56 +0900)
committerMinje ahn <minje.ahn@samsung.com>
Thu, 22 May 2025 23:57:21 +0000 (23:57 +0000)
Change-Id: Ie760bd35a1e42e7144550716c5f0c769cbf2b8ee
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
doc/media_content_doc.h

index d27b8fdf5039f76c2d6b0ceb74c314a67e87d77c..297b55a348f8d46cd53cd315571ab6d658d31675 100644 (file)
  *
  *\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
  *