summaryrefslogtreecommitdiff
path: root/README.PARAMETER_PARSING_API
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-06-10 13:36:41 -0700
committerStanislav Malyshev <stas@php.net>2013-06-10 13:36:41 -0700
commit84e35fb2e0fcd7400d289e06395c975fc7a77816 (patch)
tree7a40baf0694a4d6d7d69b809b467c83e12408ea7 /README.PARAMETER_PARSING_API
parentcf5b3fb16641b6389137cbabbb4fb0f39e409ee0 (diff)
parent04145dc2aa6eea37f7cd27ffa69ad3b2f52a65da (diff)
downloadphp-git-84e35fb2e0fcd7400d289e06395c975fc7a77816.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: typo fixes (argument) typo fixes (accommodate, parameter)
Diffstat (limited to 'README.PARAMETER_PARSING_API')
-rw-r--r--README.PARAMETER_PARSING_API2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API
index edcee0f2ea..25a41096cf 100644
--- a/README.PARAMETER_PARSING_API
+++ b/README.PARAMETER_PARSING_API
@@ -43,7 +43,7 @@ See also https://wiki.php.net/rfc/zpp_improv#expose_zend_parse_arg_as_zend_parse
Type specifiers
---------------
The following list shows the type specifier, its meaning and the parameter
- types that need to be passed by address. All passed paramaters are set
+ types that need to be passed by address. All passed parameters are set
if the PHP parameter is non optional and untouched if optional and the
parameter is not present. The only exception is O where the zend_class_entry*
has to be provided on input and is used to verify the PHP parameter is an