kalle Sat May 2 06:27:08 2009 UTC
Modified files:
/php-src/ext/spl php_spl.c
Log:
Fix typo
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.155&r2=1.156&diff_format=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.155 php-src/ext/spl/php_spl.c:1.156
--- php-src/ext/spl/php_spl.c:1.155 Sat Apr 25 21:54:39 2009
+++ php-src/ext/spl/php_spl.c Sat May 2 06:27:08 2009
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_spl.c,v 1.155 2009/04/25 21:54:39 lbarnaud Exp $ */
+/* $Id: php_spl.c,v 1.156 2009/05/02 06:27:08 kalle Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -223,7 +223,7 @@
zval *result = NULL;
int ret;
- /* UTODO: We want the stream to acept a zstr for opening */
+ /* UTODO: We want the stream to accept a zstr for opening */
class_file_len = spprintf(&class_file, 0, "%v%v", lc_name,
file_extension);
ret = php_stream_open_for_zend_ex(class_file, &file_handle,
ENFORCE_SAFE_MODE|USE_PATH|STREAM_OPEN_FOR_INCLUDE TSRMLS_CC);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php