Browse Source

fix typo in validator class comment.

Taylor Otwell 13 years ago
parent
commit
808543844d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/validator.php

+ 1 - 1
system/validator.php

@@ -491,7 +491,7 @@ class Validator {
 	}
 
 	/**
-	 * Extrac the rule name and parameters from a rule.
+	 * Extract the rule name and parameters from a rule.
 	 *
 	 * @param  string  $rule
 	 * @return array