--- embedaddon/php/Zend/zend_globals.h 2013/07/22 01:32:15 1.1.1.3 +++ embedaddon/php/Zend/zend_globals.h 2013/10/14 08:02:48 1.1.1.4 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: zend_globals.h,v 1.1.1.3 2013/07/22 01:32:15 misho Exp $ */ +/* $Id: zend_globals.h,v 1.1.1.4 2013/10/14 08:02:48 misho Exp $ */ #ifndef ZEND_GLOBALS_H #define ZEND_GLOBALS_H @@ -306,7 +306,7 @@ struct _zend_php_scanner_globals { unsigned char *script_filtered; size_t script_filtered_size; - /* input/ouput filters */ + /* input/output filters */ zend_encoding_filter input_filter; zend_encoding_filter output_filter; const zend_encoding *script_encoding;