Browse Source

Fix typo in Route\Finder comment.

Taylor Otwell 14 years ago
parent
commit
253e529c41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/route/loader.php

+ 1 - 1
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'))
 		{