From 9e71b426c49a83f204833dcf84f4425556098381 Mon Sep 17 00:00:00 2001 From: Douglas Greenshields Date: Thu, 14 Jun 2012 12:25:16 +0100 Subject: [PATCH] [Validator] fixed typo in docblock --- .../Component/Validator/ConstraintValidatorFactoryInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php b/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php index fb91ec5b59..88d55cef3b 100644 --- a/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php +++ b/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php @@ -20,7 +20,7 @@ use Symfony\Component\Validator\Constraint; interface ConstraintValidatorFactoryInterface { /** - * Given a Constrain, this returns the ConstraintValidatorInterface + * Given a Constraint, this returns the ConstraintValidatorInterface * object that should be used to verify its validity. * * @param Constraint $constraint The source constraint