diff options
author | tiyowan <tiyowan@gmail.com> | 2012-03-14 18:24:00 +0100 |
---|---|---|
committer | tiyowan <tiyowan@gmail.com> | 2012-03-14 18:25:38 +0100 |
commit | c2acb23b5148182893583b495f451c7a28950c23 (patch) | |
tree | c5ee9f2adb7e30a205f223f927c5c75f51244508 /system/libraries/Form_validation.php | |
parent | 08d75dd717fae2a3229930ec3c4eaf1a69d066a7 (diff) |
Fix comment typo in Form_validation.php
Diffstat (limited to 'system/libraries/Form_validation.php')
-rw-r--r-- | system/libraries/Form_validation.php | 2 |
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)) { |