Correct typo in validator.

This commit is contained in:
Taylor Otwell
2011-07-22 11:40:16 -07:00
parent 9c4361fcfc
commit 6b50e8b04d

View File

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