summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2010-03-22 16:43:56 +0100
committerDerek Jones <derek.jones@ellislab.com>2010-03-22 16:43:56 +0100
commiteba35088bd4fef3475ea57ae1b7010aa32c592bb (patch)
treeea14897c39cee6aad1e17fe714010a5be5290759 /index.php
parent75887a6c0c19f7f901c8c65553de2aece5ba6d83 (diff)
fixed spelling in code comment
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 f27520e72..47f1ae9ee 100644
--- a/index.php
+++ b/index.php
@@ -110,7 +110,7 @@
// ensure there's a trailing slash
$system_path = rtrim($system_path, '/').'/';
- // Is the sytsem path correct?
+ // Is the system path correct?
if ( ! is_dir($system_path))
{
exit("Your system folder path does not appear to be set correctly. Please open the following file and correct this: ".pathinfo(__FILE__, PATHINFO_BASENAME));