summaryrefslogtreecommitdiff
path: root/Zend/zend_closures.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_closures.c')
-rw-r--r--Zend/zend_closures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_closures.c b/Zend/zend_closures.c
index adf5981508..4d2eddfcbd 100644
--- a/Zend/zend_closures.c
+++ b/Zend/zend_closures.c
@@ -301,7 +301,7 @@ static int zend_create_closure_from_callable(zval *return_value, zval *callable,
/* {{{ proto Closure Closure::fromCallable(callable callable)
- Create a closure from a callabl using the current scope. */
+ Create a closure from a callable using the current scope. */
ZEND_METHOD(Closure, fromCallable)
{
zval *callable;