Change-Id: Ie760bd35a1e42e7144550716c5f0c769cbf2b8ee
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
*
*\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
*