Skip to content

Commit ef35556

Browse files
committed
typo
1 parent d5d76ea commit ef35556

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
@@ -4300,7 +4300,7 @@ static int accel_preload(const char *config)
43004300
CG(map_ptr_last) = orig_map_ptr_last;
43014301

43024302
if (EG(full_tables_cleanup)) {
4303-
zend_accel_error(ACCEL_LOG_FATAL, "Preloading is not comatible with dl() function.");
4303+
zend_accel_error(ACCEL_LOG_FATAL, "Preloading is not compatible with dl() function.");
43044304
ret = FAILURE;
43054305
goto finish;
43064306
}

0 commit comments

Comments
 (0)