commit | eba35088bd4fef3475ea57ae1b7010aa32c592bb | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Mon Mar 22 10:43:56 2010 -0500 |
committer | Derek Jones <derek.jones@ellislab.com> | Mon Mar 22 10:43:56 2010 -0500 |
tree | ea14897c39cee6aad1e17fe714010a5be5290759 | |
parent | 75887a6c0c19f7f901c8c65553de2aece5ba6d83 [diff] [blame] |
fixed spelling in code comment
diff --git a/index.php b/index.php index f27520e..47f1ae9 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));