浏览代码

[DependencyInjection] Typo in Container

"freezed" should be "frozen".
Igor Wiedler 14 年之前
父节点
当前提交
d1bc959fc6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Component/DependencyInjection/Container.php

+ 1 - 1
src/Symfony/Component/DependencyInjection/Container.php

@@ -75,7 +75,7 @@ class Container implements ContainerInterface
      * This method does two things:
      *
      *  * Parameter values are resolved;
-     *  * The parameter bag is freezed.
+     *  * The parameter bag is frozen.
      */
     public function freeze()
     {