]> granicus.if.org Git - php/commitdiff
Fix typo
authorKalle Sommer Nielsen <kalle@php.net>
Sat, 2 May 2009 06:27:08 +0000 (06:27 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Sat, 2 May 2009 06:27:08 +0000 (06:27 +0000)
ext/spl/php_spl.c

index 061e5653b0ee765a9649bc9142ff32100ffeb0e6..3b09a9ac466538f495ae495dc3bafd88e197899b 100755 (executable)
@@ -223,7 +223,7 @@ int spl_autoload(const zstr class_name, const zstr lc_name, int class_name_len,
        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);