diff --git a/laravel/bundle.php b/laravel/bundle.php index 7e93af4e..2259228e 100644 --- a/laravel/bundle.php +++ b/laravel/bundle.php @@ -64,7 +64,7 @@ public static function register($bundle, $config = array()) static::$bundles[$bundle] = array_merge($defaults, $config); - // It is possible for the develoepr to specify auto-loader mappings + // It is possible for the developer to specify auto-loader mappings // directly on the bundle registration. This provides a convenient // way to register mappings withuot a bootstrap. if (isset($config['autoloads'])) diff --git a/laravel/core.php b/laravel/core.php index abcd809f..0dcaaca5 100644 --- a/laravel/core.php +++ b/laravel/core.php @@ -210,7 +210,7 @@ |-------------------------------------------------------------------------- | | Finally we will register all of the bundles that have been defined for -| the application. None of them will be started, yet but will be setup +| the application. None of them will be started yet, but will be setup | so that they may be started by the developer at any time. | */