8000 Fixed typos by pborreli · Pull Request #114 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Fixed typos #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
14 commits merged into from
Feb 26, 2011
Prev Previous commit
Next Next commit
[Form] Fixed typo
  • Loading branch information
pborreli committed Feb 26, 2011
commit ddd6d93f9fded4dd61ccba075d9d6bb655301646
4 changes: 2 additions & 2 deletions src/Symfony/Component/Form/EntityChoiceField.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ protected function getEntities()
* 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
Expand Down Expand Up @@ -320,7 +320,7 @@ protected function getEntity($key)
* underlying class
*
* @param string $property The name of the property
* @return \ReflectionProperty The reflection instsance
* @return \ReflectionProperty The reflection instance
*/
protected function getReflProperty($property)
{
Expand Down
0