From 6b50e8b04df5218d46ebd31396ae976aafc635b8 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 22 Jul 2011 11:40:16 -0700 Subject: [PATCH] Correct typo in validator. --- system/validator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/validator.php b/system/validator.php index 9721a906..a69a6978 100644 --- a/system/validator.php +++ b/system/validator.php @@ -514,7 +514,7 @@ protected function parse($rule) /** * Set the language that should be used when retrieving error messages. * - * @param string $langauge + * @param string $language * @return Validator */ public function lang($language)