Pascal Borreli před 14 roky
rodič
revize
ddd6d93f9f

+ 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)
     {