summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-09-26 11:04:32 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-09-26 11:04:32 +0200
commit1dc0e65fa0933a1ad6ef9a73c35feb81c96f2961 (patch)
treed73a8cbace570ca4cf23ee1ccfefc435fc08b79c
parent37abef5f8744159697aa2dc18cc468477f2ca965 (diff)
downloadrpg-1dc0e65fa0933a1ad6ef9a73c35feb81c96f2961.tar.gz
rpg-1dc0e65fa0933a1ad6ef9a73c35feb81c96f2961.tar.bz2
fixed typos in docblock comments
-rw-r--r--inc/Input.class.php4
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