diff options
author | Andrey Andreev <narf@bofh.bg> | 2013-02-15 12:35:43 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2013-02-15 12:35:43 +0100 |
commit | 3ba26413f3fabe64f77f936a357845d118f950f5 (patch) | |
tree | 5abb111b5b6a1ecbe79720b37057df085bebad38 /system/libraries/Form_validation.php | |
parent | 3a533ac93a62f15c2abd186878238b0a99e10f88 (diff) | |
parent | 3567246091195e035ea4c8d3b2915eb6b45ad5e2 (diff) |
Merge pull request #2248 from vlakoff/develop
Various cosmetic fixes
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 4cf4ecae0..172e799f6 100644 --- a/system/libraries/Form_validation.php +++ b/system/libraries/Form_validation.php @@ -356,7 +356,7 @@ class CI_Form_validation { */ public function error_string($prefix = '', $suffix = '') { - // No errrors, validation passes! + // No errors, validation passes! if (count($this->_error_array) === 0) { return ''; |