From: Kalle Sommer Nielsen Date: Sat, 2 May 2009 06:27:08 +0000 (+0000) Subject: Fix typo X-Git-Tag: php-5.4.0alpha1~191^2~3784 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=671ad60a50563c18807cfb458395df8c58445444;p=php Fix typo --- diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 061e5653b0..3b09a9ac46 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -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);