summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Dunglas <dunglas@gmail.com>2014-11-05 19:38:23 +0100
committerStanislav Malyshev <stas@php.net>2014-11-23 15:18:47 -0800
commit8439eb6277feaa242810ca8808982cc4fba7ffb8 (patch)
treec14b9035a43fa591b423bc02ebcffced3ccf8a9d
parent437ab7f1f41d269084870d16475f3edfe8c7b8a8 (diff)
downloadphp-git-8439eb6277feaa242810ca8808982cc4fba7ffb8.tar.gz
Minor: typo fix in filter_var comment
-rw-r--r--ext/filter/filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/filter/filter.c b/ext/filter/filter.c
index 4d3899e089..a408ee30dc 100644
--- a/ext/filter/filter.c
+++ b/ext/filter/filter.c
@@ -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)
{