From 1dc0e65fa0933a1ad6ef9a73c35feb81c96f2961 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 26 Sep 2014 11:04:32 +0200 Subject: fixed typos in docblock comments --- inc/Input.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/Input.class.php') 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 -- cgit v1.2.3