--- embedaddon/php/ext/sqlite3/php_sqlite3_structs.h	2013/07/22 01:32:02	1.1.1.3
+++ embedaddon/php/ext/sqlite3/php_sqlite3_structs.h	2013/10/14 08:02:32	1.1.1.4
@@ -16,14 +16,14 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_sqlite3_structs.h,v 1.1.1.3 2013/07/22 01:32:02 misho Exp $ */
+/* $Id: php_sqlite3_structs.h,v 1.1.1.4 2013/10/14 08:02:32 misho Exp $ */
 
 #ifndef PHP_SQLITE_STRUCTS_H
 #define PHP_SQLITE_STRUCTS_H
 
 #include <sqlite3.h>
 
-/* for backwards compatability reasons */
+/* for backwards compatibility reasons */
 #ifndef SQLITE_OPEN_READONLY
 #define SQLITE_OPEN_READONLY 0x00000001
 #endif