This commit is contained in:
Dmitry Stogov 2018-10-29 22:07:32 +03:00
parent c559f22b3e
commit 2f697ef8af

View file

@ -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;
}