diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-22 16:43:56 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-22 16:43:56 +0100 |
commit | eba35088bd4fef3475ea57ae1b7010aa32c592bb (patch) | |
tree | ea14897c39cee6aad1e17fe714010a5be5290759 | |
parent | 75887a6c0c19f7f901c8c65553de2aece5ba6d83 (diff) |
fixed spelling in code comment
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |