From 97be2ac2b726f38d1b14f6c0425f22f888f691de Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Sat, 10 Apr 2010 18:06:15 +0000 Subject: [PATCH] fixed typo --- src/Symfony/Foundation/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Foundation/Kernel.php b/src/Symfony/Foundation/Kernel.php index d390ceb091..4d9b8ec377 100644 --- a/src/Symfony/Foundation/Kernel.php +++ b/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())