3.0: small typo fixed

This commit is contained in:
Jordi Sanfeliu 2012-12-10 17:14:15 +01:00
parent 58f5df5c21
commit 25bbc213f1
1 changed files with 1 additions and 1 deletions

View File

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