Skip to content

Commit 2f697ef

Browse files
committed
typo
1 parent c559f22 commit 2f697ef

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
@@ -3759,7 +3759,7 @@ static int accel_preload(const char *config)
37593759
zend_hash_sort_ex(&script->script.class_table, preload_sort_classes, NULL, 0);
37603760

37613761
if (preload_optimize(script) != SUCCESS) {
3762-
zend_accel_error(ACCEL_LOG_FATAL, "Optimization error durinf preloading!");
3762+
zend_accel_error(ACCEL_LOG_FATAL, "Optimization error during preloading!");
37633763
return FAILURE;
37643764
}
37653765

0 commit comments

Comments
 (0)