fixed typo

This commit is contained in:
Pascal Borreli 2010-04-10 18:06:15 +00:00 committed by Fabien Potencier
parent 3dc26a7280
commit 97be2ac2b7
1 changed files with 1 additions and 1 deletions

View File

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