mirror of https://github.com/mikaku/Monitorix.git
3.0: small typo fixed
This commit is contained in:
parent
58f5df5c21
commit
25bbc213f1
|
@ -243,7 +243,7 @@ sub disk_cgi {
|
|||
for($n = 0; $n < scalar(@d); $n++) {
|
||||
$str = sprintf(" DISK %d ", $n + 1);
|
||||
$line1 .= $str;
|
||||
$str = sprintf(" Temp Realloc Pending ", $n + 1);
|
||||
$str = sprintf(" Temp Realloc Pending ");
|
||||
$line2 .= $str;
|
||||
$line3 .= "----------------------";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue