Browse Source

Correct typo in validator.

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

+ 1 - 1
system/validator.php

@@ -514,7 +514,7 @@ class Validator {
 	/**
 	 * Set the language that should be used when retrieving error messages.
 	 *
-	 * @param  string     $langauge
+	 * @param  string     $language
 	 * @return Validator
 	 */
 	public function lang($language)