diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-05-24 08:46:32 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-05-24 08:46:32 +0000 |
commit | a014080299561428001795e8cc10ad1986818557 (patch) | |
tree | f11b897a490b6b22c921d74c93a5e2176972973d | |
parent | f657df14be606d57e76ecfdb467d78d7ed82ed04 (diff) | |
download | php-git-a014080299561428001795e8cc10ad1986818557.tar.gz |
Fugbix typo.
-rw-r--r-- | Zend/ZEND_CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index 84fe763e0c..1667a1af90 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -442,7 +442,7 @@ Changes in the Zend Engine 2.0 Old code that has no user-defined functions 'catch', 'throw' and 'try' will run without modifications. - * Derefencing objects returned from functions. + * Dereferencing objects returned from functions. Example: |