Skip to content

Commit d207f23

Browse files
committed
2 parents d93d8ac + 58f3c74 commit d207f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *h
13321332
handle->handle.stream.reader = (zend_stream_reader_t)_php_stream_read;
13331333
handle->handle.stream.fsizer = php_zend_stream_fsizer;
13341334
handle->handle.stream.isatty = 0;
1335-
/* can we mmap immeadiately? */
1335+
/* can we mmap immediately? */
13361336
memset(&handle->handle.stream.mmap, 0, sizeof(handle->handle.stream.mmap));
13371337
len = php_zend_stream_fsizer(stream TSRMLS_CC);
13381338
if (len != 0
@@ -2182,7 +2182,7 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
21822182
zend_set_utility_values(&zuv);
21832183
php_startup_sapi_content_types(TSRMLS_C);
21842184

2185-
/* startup extensions staticly compiled in */
2185+
/* startup extensions statically compiled in */
21862186
if (php_register_internal_extensions_func(TSRMLS_C) == FAILURE) {
21872187
php_printf("Unable to start builtin modules\n");
21882188
return FAILURE;

0 commit comments

Comments
 (0)