diff --git a/system/libraries/Validation.php b/system/libraries/Validation.php
index 7ad8509..c28713c 100644
--- a/system/libraries/Validation.php
+++ b/system/libraries/Validation.php
@@ -194,7 +194,7 @@
 			//Explode out the rules!

 			$ex = explode('|', $rules);

 

-			// Is the field required?  If not, if the field is blank  we'll move on to the next text

+			// Is the field required?  If not, if the field is blank  we'll move on to the next test

 			if ( ! in_array('required', $ex, TRUE) AND strpos($rules, 'callback_') === FALSE)

 			{

 				if ( ! isset($_POST[$field]) OR $_POST[$field] == '')