Fixed typo in index.php

This commit is contained in:
Andre Lorbach 2008-06-02 16:55:36 +02:00
parent be83d697bd
commit 67ca63dda5

View File

@ -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.";
}