diff --git a/src/Symfony/Component/Validator/ConstraintValidatorFactory.php b/src/Symfony/Component/Validator/ConstraintValidatorFactory.php index 88b5cefdc2c7b..041c57e7fa59f 100644 --- a/src/Symfony/Component/Validator/ConstraintValidatorFactory.php +++ b/src/Symfony/Component/Validator/ConstraintValidatorFactory.php @@ -18,7 +18,7 @@ * Default implementation of the ConstraintValidatorFactoryInterface. * * This enforces the convention that the validatedBy() method on any - * Constrain will return the class name of the ConstraintValidator that + * Constraint will return the class name of the ConstraintValidator that * should validate the Constraint. */ class ConstraintValidatorFactory implements ConstraintValidatorFactoryInterface diff --git a/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php b/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php index 584f980367c63..7cd527ac05b8a 100644 --- a/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php +++ b/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php @@ -15,7 +15,7 @@ /** * Specifies an object able to return the correct ConstraintValidatorInterface - * instance given a Constrain object. + * instance given a Constraint object. */ interface ConstraintValidatorFactoryInterface {