]> granicus.if.org Git - php/commitdiff
- WS
authorMarcus Boerger <helly@php.net>
Fri, 12 Jan 2007 22:28:05 +0000 (22:28 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 12 Jan 2007 22:28:05 +0000 (22:28 +0000)
ext/spl/php_spl.c

index 8c403e4a4eb9031755b771d3d7d2d9a48f621a20..a73cbd347e23909df62ee3e68db404ab66865d4f 100755 (executable)
@@ -215,7 +215,7 @@ int spl_autoload(const zstr class_name, const zstr lc_name, int class_name_len,
        zval *result = NULL;
        int ret;
 
-       /* UTODO: Wewant the stream toacept a zstrfor opening */
+       /* UTODO: We want the stream to acept 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);