Browse Source

[Validator] Fixed Typo

Pascal Borreli 14 years ago
parent
commit
65560b30e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Symfony/Component/Validator/ValidatorContext.php

+ 1 - 1
src/Symfony/Component/Validator/ValidatorContext.php

@@ -14,7 +14,7 @@ namespace Symfony\Component\Validator;
 use Symfony\Component\Validator\Mapping\ClassMetadataFactoryInterface;
 
 /**
- * Default implementaton of ValidatorContextInterface
+ * Default implementation of ValidatorContextInterface
  *
  * @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
  */