Minor: typo fix in filter_var comment

This commit is contained in:
Kévin Dunglas 2014-11-05 19:38:23 +01:00 committed by Stanislav Malyshev
parent 437ab7f1f4
commit 8439eb6277

View File

@ -791,7 +791,7 @@ PHP_FUNCTION(filter_input)
/* }}} */
/* {{{ proto mixed filter_var(mixed variable [, long filter [, mixed options]])
* Returns the filtered version of the vriable.
* Returns the filtered version of the variable.
*/
PHP_FUNCTION(filter_var)
{