summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-10-22 17:53:34 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-10-22 17:53:34 +0200
commit598bf7f5d5f9c76fd003590083c98736eb7702ab (patch)
tree37022dee517b57b66da9d3ee60d525f28022929f /ext
parent1417352dda354c22db43a8d4dbaa967575e2720c (diff)
downloadphp-git-598bf7f5d5f9c76fd003590083c98736eb7702ab.tar.gz
Fix typo
Diffstat (limited to 'ext')
-rw-r--r--ext/ffi/ffi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ffi/ffi.c b/ext/ffi/ffi.c
index 4b7144e11c..17e8a8409d 100644
--- a/ext/ffi/ffi.c
+++ b/ext/ffi/ffi.c
@@ -3359,7 +3359,7 @@ ZEND_METHOD(FFI, load) /* {{{ */
ZEND_PARSE_PARAMETERS_END();
if (CG(compiler_options) & ZEND_COMPILE_PRELOAD_IN_CHILD) {
- zend_throw_error(zend_ffi_exception_ce, "FFI::load() doesn't work in conjunction with \"opcache.pelaod_user\". Use \"ffi.preload\" instead.");
+ zend_throw_error(zend_ffi_exception_ce, "FFI::load() doesn't work in conjunction with \"opcache.preload_user\". Use \"ffi.preload\" instead.");
return;
}