aboutsummaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorpeter.d.reid <peter.d.reid@noemail.net>2014-09-06 16:39:46 +0000
committerpeter.d.reid <peter.d.reid@noemail.net>2014-09-06 16:39:46 +0000
commit60ec914c74ec79e4b73c004d1c21330be7916c99 (patch)
tree161a67068bbeecedccf7a6bb0e0f82ea2d86a6d2 /src/util.c
parent60da72741ab642bd590480a397dead6a581000d3 (diff)
downloadsqlite-60ec914c74ec79e4b73c004d1c21330be7916c99.tar.gz
sqlite-60ec914c74ec79e4b73c004d1c21330be7916c99.zip
Fix typos in comments. No code changes.
FossilOrigin-Name: e62aab5e9290503869e1f4d5e0fefd2b4dee0a69
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 839a4a463..9bb8d8915 100644
--- a/src/util.c
+++ b/src/util.c
@@ -204,7 +204,7 @@ void sqlite3ErrorMsg(Parse *pParse, const char *zFormat, ...){
** occur.
**
** 2002-Feb-14: This routine is extended to remove MS-Access style
-** brackets from around identifers. For example: "[a-b-c]" becomes
+** brackets from around identifiers. For example: "[a-b-c]" becomes
** "a-b-c".
*/
int sqlite3Dequote(char *z){