Skip to content

Commit 598bf7f

Browse files
committed
Fix typo
1 parent 1417352 commit 598bf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ffi/ffi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3359,7 +3359,7 @@ ZEND_METHOD(FFI, load) /* {{{ */
33593359
ZEND_PARSE_PARAMETERS_END();
33603360

33613361
if (CG(compiler_options) & ZEND_COMPILE_PRELOAD_IN_CHILD) {
3362-
zend_throw_error(zend_ffi_exception_ce, "FFI::load() doesn't work in conjunction with \"opcache.pelaod_user\". Use \"ffi.preload\" instead.");
3362+
zend_throw_error(zend_ffi_exception_ce, "FFI::load() doesn't work in conjunction with \"opcache.preload_user\". Use \"ffi.preload\" instead.");
33633363
return;
33643364
}
33653365

0 commit comments

Comments
 (0)