diff options
author | Ondřej Surý <ondrej@sury.org> | 2013-07-22 08:22:22 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2013-07-22 08:22:22 +0200 |
commit | d837b4550418036e76d6adb3c7dad94b1e3a5a6a (patch) | |
tree | 1f1c808039c898d7d891975d3788531a2a6550f1 /ext/sqlite3/php_sqlite3_structs.h | |
parent | 706ac6417162d94eb701952d40df136cd9528b56 (diff) | |
download | php-d837b4550418036e76d6adb3c7dad94b1e3a5a6a.tar.gz |
New upstream version 5.5.1+dfsgupstream/5.5.1+dfsg
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 0e813b6df..6c65e02ee 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 |