summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 267a89889..7d464dde6 100644
--- a/index.php
+++ b/index.php
@@ -53,7 +53,7 @@ if (function_exists('realpath') AND @realpath(dirname(__FILE__)) !== FALSE)
$system_folder = str_replace("\\", "/", realpath(dirname(__FILE__))).'/'.$system_folder;
}
-// Is the aplication variable blank? If so, we'll assume it's called "application"
+// Is the $aplication variable blank? If so, we'll assume the folder is called "application"
if ($application_folder == '')
{
$application_folder = 'application';