summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/media_content_doc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/media_content_doc.h b/doc/media_content_doc.h
index 3f650da..b55616c 100755
--- a/doc/media_content_doc.h
+++ b/doc/media_content_doc.h
@@ -223,7 +223,7 @@
*
* Note that if you want to set qoutation(" ' " 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 caluse of sqlite will be ignored. \n
+ * If these characters are used as value of LIKE operation, then the expression following the ESCAPE clause of sqlite will be ignored. \n
*
* For example,
* - column LIKE ('#%') ESCAPE('#') - "#" is escape character, it will be ignored.