diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/Input.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/Input.class.php b/inc/Input.class.php index c1dc820ec..94da2a10e 100644 --- a/inc/Input.class.php +++ b/inc/Input.class.php @@ -36,7 +36,7 @@ class Input { } /** - * Applied the set filter to the given value + * Apply the set filter to the given value * * @param string $data * @return string @@ -49,7 +49,7 @@ class Input { /** * Return a filtered copy of the input object * - * Expects a callable that accept one string parameter and returnes a filtered string. + * Expects a callable that accepts one string parameter and returns a filtered string * * @param Callable|string $filter * @return Input |