From 194ffefb9e28570b7651812e47b1b1bbba761d14 Mon Sep 17 00:00:00 2001 From: Joey Date: Mon, 8 Aug 2016 19:31:28 +0100 Subject: [PATCH] Corrected typo in comment Finger-key interface malfunction. --- Zend/zend_compile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 78ee3ddb5e..56b80eed6a 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -449,7 +449,7 @@ struct _zend_execute_data { const zend_op *opline; /* executed opline */ zend_execute_data *call; /* current call */ zval *return_value; - zend_function *func; /* executed funcrion */ + zend_function *func; /* executed function */ zval This; /* this + call_info + num_args */ zend_execute_data *prev_execute_data; zend_array *symbol_table; -- 2.40.0