diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-04-22 13:41:27 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-06-10 13:36:03 -0700 |
commit | ed2e84e2394b97f710710c6db0366d739422b0fe (patch) | |
tree | feb0eba79f31425ddb9b50395aa7a508a1bd2665 /ext/sqlite3/sqlite3.c | |
parent | 7a1e670d762accae231764c83a1ce0d379ef5cad (diff) | |
download | php-git-ed2e84e2394b97f710710c6db0366d739422b0fe.tar.gz |
typo fixes (accommodate, parameter)
Diffstat (limited to 'ext/sqlite3/sqlite3.c')
-rw-r--r-- | ext/sqlite3/sqlite3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/sqlite3.c b/ext/sqlite3/sqlite3.c index df449d7380..2aef0414aa 100644 --- a/ext/sqlite3/sqlite3.c +++ b/ext/sqlite3/sqlite3.c @@ -1409,7 +1409,7 @@ static int register_bound_parameter_to_sqlite(struct php_sqlite3_bound_param *pa /* }}} */ /* {{{ proto bool SQLite3Stmt::bindParam(int parameter_number, mixed parameter [, int type]) - Bind Paramater to a stmt variable. */ + Bind Parameter to a stmt variable. */ PHP_METHOD(sqlite3stmt, bindParam) { php_sqlite3_stmt *stmt_obj; |