Spelling ...
diff --git a/miner.php b/miner.php
index c4a24d9..2c16975 100644
--- a/miner.php
+++ b/miner.php
@@ -151,7 +151,7 @@ function getparam($name, $both = false)
#
function details($list)
{
- $stas = array('S' => 'Succees', 'W' => 'Warning', 'I' => 'Informational', 'E' => 'Error', 'F' => 'Fatal');
+ $stas = array('S' => 'Success', 'W' => 'Warning', 'I' => 'Informational', 'E' => 'Error', 'F' => 'Fatal');
$tb = '<tr><td><table border=1 cellpadding=5 cellspacing=0>';
$te = '</table></td></tr>';