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
Next Next commit
[DoctrineAbstractBundle] Fixed typo
  • Loading branch information
pborreli committed Feb 26, 2011
commit b9c2579f2bdf2d4478d1c62b31d25a0e017599d8
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ protected function setMappingDriverAlias($mappingConfig, $mappingName)
}

/**
* Registter the mapping driver configuration for later use with the object managers metadata driver chain.
* Register the mapping driver configuration for later use with the object managers metadata driver chain.
*
* @param array $mappingConfig
* @param string $mappingName
Expand Down Expand Up @@ -298,7 +298,7 @@ protected function detectMetadataDriver($dir, ContainerBuilder $container)
}

/**
* Prefixes the relative dependency injenction container path with the object manager prefix.
* Prefixes the relative dependency injection container path with the object manager prefix.
*
* @example $name is 'entity_manager' then the result would be 'doctrine.orm.entity_manager'
*
Expand Down
0