From 253e529c411f43df779b585bbdb15f0ef0187ca7 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 17 Jun 2011 11:37:26 -0700 Subject: [PATCH] Fix typo in Route\Finder comment. --- system/route/loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/route/loader.php b/system/route/loader.php index cc5929e6..fdf1d52e 100644 --- a/system/route/loader.php +++ b/system/route/loader.php @@ -11,7 +11,7 @@ class Loader { public static function load($uri) { // -------------------------------------------------------------- - // If a single routes is being used, return it. + // If a single route file is being used, return it. // -------------------------------------------------------------- if ( ! is_dir(APP_PATH.'routes')) {