minor fix

This commit is contained in:
yinle 2014-08-21 10:49:08 -07:00
parent e8d48b81e0
commit 04f26ded54

View File

@ -1480,7 +1480,7 @@ sub send_mail {
my $msg = shift;
my $head;
if($num == 0) {
$head = "xCATreg got fital error with: ";
$head = "xCATreg got fatal error with: ";
} elsif ($num == 1) {
$head = "AUTOMATED REGRESSION TEST REPORT\n";
}