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