Merge pull request #989 from dprvig/develop

Fixed various typos throughout laravel folder.
This commit is contained in:
Dayle Rees
2012-07-27 03:54:40 -07:00
35 changed files with 61 additions and 61 deletions

View File

@@ -191,7 +191,7 @@ class IoC {
$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 nowhere to go.
if (is_null($dependency))
{