File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1332,7 +1332,7 @@ PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *h
1332
1332
handle -> handle .stream .reader = (zend_stream_reader_t )_php_stream_read ;
1333
1333
handle -> handle .stream .fsizer = php_zend_stream_fsizer ;
1334
1334
handle -> handle .stream .isatty = 0 ;
1335
- /* can we mmap immeadiately ? */
1335
+ /* can we mmap immediately ? */
1336
1336
memset (& handle -> handle .stream .mmap , 0 , sizeof (handle -> handle .stream .mmap ));
1337
1337
len = php_zend_stream_fsizer (stream TSRMLS_CC );
1338
1338
if (len != 0
@@ -2182,7 +2182,7 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
2182
2182
zend_set_utility_values (& zuv );
2183
2183
php_startup_sapi_content_types (TSRMLS_C );
2184
2184
2185
- /* startup extensions staticly compiled in */
2185
+ /* startup extensions statically compiled in */
2186
2186
if (php_register_internal_extensions_func (TSRMLS_C ) == FAILURE ) {
2187
2187
php_printf ("Unable to start builtin modules\n" );
2188
2188
return FAILURE ;
You can’t perform that action at this time.
0 commit comments