diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-07-13 13:15:21 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-07-15 00:17:35 -0700 |
commit | 227556c6a2f915339e13f8997bbd266c07dc9c41 (patch) | |
tree | 54b32335ec84887a849fadf2190b0e68faa88099 /ext/sqlite3/php_sqlite3_structs.h | |
parent | 8c663fd4ccd8e9180ca2c0cdf46d81fa442f40ec (diff) | |
download | php-git-227556c6a2f915339e13f8997bbd266c07dc9c41.tar.gz |
less serious compatAbility fixes
Diffstat (limited to 'ext/sqlite3/php_sqlite3_structs.h')
-rw-r--r-- | ext/sqlite3/php_sqlite3_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/php_sqlite3_structs.h b/ext/sqlite3/php_sqlite3_structs.h index 0e813b6dfd..6c65e02ee7 100644 --- a/ext/sqlite3/php_sqlite3_structs.h +++ b/ext/sqlite3/php_sqlite3_structs.h @@ -23,7 +23,7 @@ #include <sqlite3.h> -/* for backwards compatability reasons */ +/* for backwards compatibility reasons */ #ifndef SQLITE_OPEN_READONLY #define SQLITE_OPEN_READONLY 0x00000001 #endif |