Fix typo 84/324684/1 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20250523.135632 accepted/tizen/unified/x/20250525.212335
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:56:32 +0000 (08:56 +0900)
Change-Id: Ie760bd35a1e42e7144550716c5f0c769cbf2b8ee
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
doc/media_content_doc.h

index 237a9524200b71d9dcbe5b81bc46690c55349e0f..aba9b51b926c49931ca501734ea73179e1cbe63f 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
  *