Correct typo in validator.

This commit is contained in:
Taylor Otwell 2011-07-22 11:40:16 -07:00
parent 9c4361fcfc
commit 6b50e8b04d
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ protected function parse($rule)
/** /**
* 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)