From 808543844d473bd63a252fad142408d9ec4bb290 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 16 Jul 2011 19:37:30 -0500 Subject: [PATCH] fix typo in validator class comment. --- system/validator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/validator.php b/system/validator.php index 937f0b57..e9c1d73a 100644 --- a/system/validator.php +++ b/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