summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-03-14 18:28:31 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-03-14 18:28:31 +0100
commit23b60718c991391b64bae2d1ca0d50d10d1abde0 (patch)
treec5ee9f2adb7e30a205f223f927c5c75f51244508
parent08d75dd717fae2a3229930ec3c4eaf1a69d066a7 (diff)
parentc2acb23b5148182893583b495f451c7a28950c23 (diff)
Merge pull request #1185 from tiyowan/develop
Fix comment typo in Form_validation.php
-rw-r--r--system/libraries/Form_validation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php
index 9491f354c..3e0c72e84 100644
--- a/system/libraries/Form_validation.php
+++ b/system/libraries/Form_validation.php
@@ -101,7 +101,7 @@ class CI_Form_validation {
return $this;
}
- // If an array was passed via the first parameter instead of indidual string
+ // If an array was passed via the first parameter instead of individual string
// values we cycle through it and recursively call this function.
if (is_array($field))
{