mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
typo
This commit is contained in:
parent
c559f22b3e
commit
2f697ef8af
1 changed files with 1 additions and 1 deletions
|
@ -3759,7 +3759,7 @@ static int accel_preload(const char *config)
|
|||
zend_hash_sort_ex(&script->script.class_table, preload_sort_classes, NULL, 0);
|
||||
|
||||
if (preload_optimize(script) != SUCCESS) {
|
||||
zend_accel_error(ACCEL_LOG_FATAL, "Optimization error durinf preloading!");
|
||||
zend_accel_error(ACCEL_LOG_FATAL, "Optimization error during preloading!");
|
||||
return FAILURE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue