浏览代码

[DoctrineAbstractBundle] Fixed typo

Pascal Borreli 14 年之前
父节点
当前提交
b9c2579f2b

+ 2 - 2
src/Symfony/Bundle/DoctrineAbstractBundle/DependencyInjection/AbstractDoctrineExtension.php

@@ -127,7 +127,7 @@ abstract class AbstractDoctrineExtension extends Extension
     }
 
     /**
-     * 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
@@ -298,7 +298,7 @@ abstract class AbstractDoctrineExtension extends Extension
     }
 
     /**
-     * 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'
      *