Skip to content

Commit f646504

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: typo
2 parents e2440c3 + ef35556 commit f646504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/ZendAccelerator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4354,7 +4354,7 @@ static int accel_preload(const char *config)
43544354
CG(map_ptr_last) = orig_map_ptr_last;
43554355

43564356
if (EG(full_tables_cleanup)) {
4357-
zend_accel_error(ACCEL_LOG_FATAL, "Preloading is not comatible with dl() function.");
4357+
zend_accel_error(ACCEL_LOG_FATAL, "Preloading is not compatible with dl() function.");
43584358
ret = FAILURE;
43594359
goto finish;
43604360
}

0 commit comments

Comments
 (0)