Bladeren bron

[Form] Fixed typo

Pascal Borreli 14 jaren geleden
bovenliggende
commit
ddd6d93f9f
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      src/Symfony/Component/Form/EntityChoiceField.php

+ 2 - 2
src/Symfony/Component/Form/EntityChoiceField.php

@@ -283,7 +283,7 @@ class EntityChoiceField extends ChoiceField
      * Returns the entity for the given key
      *
      * If the underlying entities have composite identifiers, the choices
-     * are intialized. The key is expected to be the index in the choices
+     * are initialized. The key is expected to be the index in the choices
      * array in this case.
      *
      * If they have single identifiers, they are either fetched from the
@@ -320,7 +320,7 @@ class EntityChoiceField extends ChoiceField
      * underlying class
      *
      * @param  string $property     The name of the property
-     * @return \ReflectionProperty  The reflection instsance
+     * @return \ReflectionProperty  The reflection instance
      */
     protected function getReflProperty($property)
     {