Corrected typos in the comments.

Signed-off-by: Pavel <proger.xp@gmail.com>
This commit is contained in:
Pavel
2012-04-16 18:44:11 +04:00
parent 728a320cbc
commit 482aed9379
5 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ class URL {
$route = Router::find('home');
// If a route named "home" exists, we'll route to that instead of using
// the single slash root URI. THis allows the HTTPS attribute to be
// the single slash root URI. This allows the HTTPS attribute to be
// respected instead of being hard-coded in the redirect.
if ( ! is_null($route))
{