소스 검색

[Validator] Fixed Typo

Pascal Borreli 14 년 전
부모
커밋
65560b30e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>
  */