summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2013-04-22 14:05:24 +0100
committerStanislav Malyshev <stas@php.net>2013-06-10 13:36:17 -0700
commit04145dc2aa6eea37f7cd27ffa69ad3b2f52a65da (patch)
tree54f17f690aa4bbdaed4a9d8297c77902bd3b2494 /Zend/zend_API.h
parented2e84e2394b97f710710c6db0366d739422b0fe (diff)
downloadphp-git-04145dc2aa6eea37f7cd27ffa69ad3b2f52a65da.tar.gz
typo fixes (argument)
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index cf3895b102..7b8b68d3b2 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -461,7 +461,7 @@ ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;
*/
ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, char **callable_name, char **error TSRMLS_DC);
-/** Clear argumens connected with zend_fcall_info *fci
+/** Clear arguments connected with zend_fcall_info *fci
* If free_mem is not zero then the params array gets free'd as well
*/
ZEND_API void zend_fcall_info_args_clear(zend_fcall_info *fci, int free_mem);
@@ -499,7 +499,7 @@ ZEND_API int zend_fcall_info_argv(zend_fcall_info *fci TSRMLS_DC, int argc, va_l
ZEND_API int zend_fcall_info_argn(zend_fcall_info *fci TSRMLS_DC, int argc, ...);
/** Call a function using information created by zend_fcall_info_init()/args().
- * If args is given then those replace the arguement info in fci is temporarily.
+ * If args is given then those replace the argument info in fci is temporarily.
*/
ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval, zval *args TSRMLS_DC);