From eba35088bd4fef3475ea57ae1b7010aa32c592bb Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Mon, 22 Mar 2010 10:43:56 -0500 Subject: fixed spelling in code comment --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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)); -- cgit v1.2.3-24-g4f1b