*
* 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. \n
+ * If these characters are used as value of LIKE operation, then the expression following the ESCAPE caluse of sqlite will be ignored. \n
*
* For example,
* - column LIKE ('#%') ESCAPE('#') - "#" is escape character, it will be ignored.
*
* @section CAPI_CONTENT_MEDIA_AUDIO_META_MODULE_OVERVIEW Overview
* The Audio Metadata API provides functions to get information about stored audio files.
- * Its purpose is threefold:
+ * Its purpose is twofold:
* - to provide information about audio content
* - to organize audio content logically (grouping)
*