Skip to content

Commit be92009

Browse files
JeckersonGirgias
authored andcommitted
Fix typo
Closes GH-6708 Signed-off-by: George Peter Banyard <[email protected]>
1 parent a843c8a commit be92009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_exceptions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void zend_exception_set_previous(zend_object *exception, zend_object *add_previo
100100
}
101101

102102
ZEND_ASSERT(instanceof_function(add_previous->ce, zend_ce_throwable)
103-
&& "Previous execption must implement Throwable");
103+
&& "Previous exception must implement Throwable");
104104

105105
ZVAL_OBJ(&pv, add_previous);
106106
ZVAL_OBJ(&zv, exception);

0 commit comments

Comments
 (0)