summaryrefslogtreecommitdiff
path: root/ext/sqlite3/libsqlite/sqlite3.c
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2013-04-22 14:05:24 +0100
committerStanislav Malyshev <stas@php.net>2013-06-10 13:36:17 -0700
commit04145dc2aa6eea37f7cd27ffa69ad3b2f52a65da (patch)
tree54f17f690aa4bbdaed4a9d8297c77902bd3b2494 /ext/sqlite3/libsqlite/sqlite3.c
parented2e84e2394b97f710710c6db0366d739422b0fe (diff)
downloadphp-git-04145dc2aa6eea37f7cd27ffa69ad3b2f52a65da.tar.gz
typo fixes (argument)
Diffstat (limited to 'ext/sqlite3/libsqlite/sqlite3.c')
-rw-r--r--ext/sqlite3/libsqlite/sqlite3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/libsqlite/sqlite3.c b/ext/sqlite3/libsqlite/sqlite3.c
index cdcb48b5a9..ef64f6dc2c 100644
--- a/ext/sqlite3/libsqlite/sqlite3.c
+++ b/ext/sqlite3/libsqlite/sqlite3.c
@@ -93544,7 +93544,7 @@ static u8 minMaxQuery(Select *p){
/*
** The select statement passed as the first argument is an aggregate query.
-** The second argment is the associated aggregate-info object. This
+** The second argument is the associated aggregate-info object. This
** function tests if the SELECT is of the form:
**
** SELECT count(*) FROM <tbl>