summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Staab <maggus.staab@googlemail.com>2019-02-04 11:53:21 +0100
committerJoe Watkins <krakjoe@php.net>2019-02-04 13:22:37 +0100
commit9d936669e8fa2387cbee5096b5ca46a11c8d7665 (patch)
tree7dcf90420d99714925a1ba104ab2be1953b44a05
parentf0ddc93f46b31d117ae1c18dbce2bf39f1b91b94 (diff)
downloadphp-git-9d936669e8fa2387cbee5096b5ca46a11c8d7665.tar.gz
fixed typo in UPGRADING.INTERNALS
-rw-r--r--UPGRADING.INTERNALS2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 512fa3f5c4..7dea050f66 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -15,7 +15,7 @@ PHP 8.0 INTERNALS UPGRADE NOTES
========================
a. Object Handlers API and some related functions, e.g. zend_call_method() and
- zend_objects_clone_obj() were changed to recieve zend_object* instead of
+ zend_objects_clone_obj() were changed to receive zend_object* instead of
zval* and zend_string* instead of zval* for property names.