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

View File

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