From 606b8ceadaba63812da0f6b8beec66f7644b099f Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 3 Mar 2012 14:48:45 -0600 Subject: [PATCH] Fixed typo in comment. Signed-off-by: Taylor Otwell --- laravel/bundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/bundle.php b/laravel/bundle.php index a47ea0d4..84f15000 100644 --- a/laravel/bundle.php +++ b/laravel/bundle.php @@ -54,7 +54,7 @@ public static function register($bundle, $config = array()) $config = array('location' => $bundle); } - // IF no location is set, we will set the location to match the name of + // If no location is set, we will set the location to match the name of // the bundle. This is for bundles who are installed to the root of // the bundle directory so a location was not set. if ( ! isset($config['location']))