diff --git a/xCAT-server/share/xcat/tools/xCATreg b/xCAT-server/share/xcat/tools/xCATreg index cc4198d0d..3e883b54b 100644 --- a/xCAT-server/share/xcat/tools/xCATreg +++ b/xCAT-server/share/xcat/tools/xCATreg @@ -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"; }