瀏覽代碼

[Form] Fixed Typo

Pascal Borreli 14 年之前
父節點
當前提交
f3a0b3fd83
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Component/Form/FormContext.php

+ 1 - 1
src/Symfony/Component/Form/FormContext.php

@@ -16,7 +16,7 @@ use Symfony\Component\Form\Exception\FormException;
 use Symfony\Component\Validator\ValidatorInterface;
 
 /**
- * Default implementaton of FormContextInterface
+ * Default implementation of FormContextInterface
  *
  * This class is immutable by design.
  *