]> granicus.if.org Git - php/commitdiff
Minor: typo fix in filter_var comment
authorKévin Dunglas <dunglas@gmail.com>
Wed, 5 Nov 2014 18:38:23 +0000 (19:38 +0100)
committerKévin Dunglas <dunglas@gmail.com>
Wed, 5 Nov 2014 18:38:23 +0000 (19:38 +0100)
ext/filter/filter.c

index 530dce6f53302e8041f9c7cf79634f61ee747830..46c3fb2eea02aad103100bfa9b2f67a60bef495b 100644 (file)
@@ -760,7 +760,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)
 {