浏览代码

fixed typo

Pascal Borreli 15 年之前
父节点
当前提交
97be2ac2b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Foundation/Kernel.php

+ 1 - 1
src/Symfony/Foundation/Kernel.php

@@ -312,7 +312,7 @@ abstract class Kernel implements \Serializable
 
     if ($this->debug)
     {
-      // add the Kernel class hierachy as resources
+      // add the Kernel class hierarchy as resources
       $parent = new \ReflectionObject($this);
       $configuration->addResource(new FileResource($parent->getFileName()));
       while ($parent = $parent->getParentClass())