From 67ca63dda5f33a89e1afef5e82d30333502465c0 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Mon, 2 Jun 2008 16:55:36 +0200 Subject: [PATCH] Fixed typo in index.php --- src/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.php b/src/index.php index e55a80c..db99479 100644 --- a/src/index.php +++ b/src/index.php @@ -499,7 +499,7 @@ if ( isset($content['Sources'][$currentSourceID]) ) // && $content['Sources'][$c else if ( $res == ERROR_FILE_NOT_READABLE ) $content['detailederror'] = "Syslog file is not readable, read access may be denied. "; else - $content['detailederror'] = "Unknown or unhandeled error occured."; + $content['detailederror'] = "Unknown or unhandled error occured."; }