mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix typo
Closes GH-6708 Signed-off-by: George Peter Banyard <girgias@php.net>
This commit is contained in:
parent
a843c8a4b6
commit
be9200998f
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ void zend_exception_set_previous(zend_object *exception, zend_object *add_previo
|
|||
}
|
||||
|
||||
ZEND_ASSERT(instanceof_function(add_previous->ce, zend_ce_throwable)
|
||||
&& "Previous execption must implement Throwable");
|
||||
&& "Previous exception must implement Throwable");
|
||||
|
||||
ZVAL_OBJ(&pv, add_previous);
|
||||
ZVAL_OBJ(&zv, exception);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue