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())