Browse Source

Fix typos.
Signed-off-by: asdfgh746@gmail.com <asdfgh746@gmail.com>

Change "develoepr" into "developer".
Change "started, yet but" into "started yet, but".

asdfgh746@gmail.com 12 years ago
parent
commit
9c109849c3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      laravel/bundle.php
  2. 1 1
      laravel/core.php

+ 1 - 1
laravel/bundle.php

@@ -64,7 +64,7 @@ class Bundle {
 
 		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']))

+ 1 - 1
laravel/core.php

@@ -210,7 +210,7 @@ if (defined('STDIN'))
 |--------------------------------------------------------------------------
 |
 | 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.
 |
 */