diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-04-22 14:05:24 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-06-10 13:36:17 -0700 |
commit | 04145dc2aa6eea37f7cd27ffa69ad3b2f52a65da (patch) | |
tree | 54f17f690aa4bbdaed4a9d8297c77902bd3b2494 /ext/sqlite3/libsqlite/sqlite3.c | |
parent | ed2e84e2394b97f710710c6db0366d739422b0fe (diff) | |
download | php-git-04145dc2aa6eea37f7cd27ffa69ad3b2f52a65da.tar.gz |
typo fixes (argument)
Diffstat (limited to 'ext/sqlite3/libsqlite/sqlite3.c')
-rw-r--r-- | ext/sqlite3/libsqlite/sqlite3.c | 2 |
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> |