From 5cb07d09af04489fbe9eb21de62f1753ed8fdb28 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 6 Feb 2011 18:31:20 -0500 Subject: [PATCH] Fix typo --- usr/local/www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 945f99bb9e..3ea4b1ad6e 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -57,7 +57,7 @@ if(is_array($crash)) { $x++; } if($x > 0) - $savemsg = "We have detected a crash report. Click here fore more information."; + $savemsg = "We have detected a crash report. Click here for more information."; } // Turn off csrf for the dashboard