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:19:39 -0700 |
commit | d17e8ac32fe1f4bbf92c4bac1826d83d8372df95 (patch) | |
tree | 98c08a60f4500b4da101f8805f160a03eb4dfb8c /ext/sqlite3/php_sqlite3_structs.h | |
parent | 6c4af15d6c87f43ff3902e51e4ad79aa55e60d49 (diff) | |
download | php-git-d17e8ac32fe1f4bbf92c4bac1826d83d8372df95.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 |