From ed4c9956a66061c9b128b89e634fff52491c5e64 Mon Sep 17 00:00:00 2001 From: magdkudama Date: Wed, 16 Jan 2013 18:29:12 +0100 Subject: [PATCH] Fixed typo in comment line --- src/Illuminate/Container/Container.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Container/Container.php b/src/Illuminate/Container/Container.php index c88d1a666657..61f8ac19c5ec 100644 --- a/src/Illuminate/Container/Container.php +++ b/src/Illuminate/Container/Container.php @@ -318,7 +318,7 @@ protected function getDependencies($parameters) $dependency = $parameter->getClass(); // If the class is null, it means the dependency is a string or some other - // primitive type which we can not esolve since it is not a class and + // primitive type which we can not resolve since it is not a class and // we'll just bomb out with an error since we have no-where to go. if (is_null($dependency)) {