From 04f26ded54119692f9bb8790fa59f1b7cd0ab8cc Mon Sep 17 00:00:00 2001 From: yinle Date: Thu, 21 Aug 2014 10:49:08 -0700 Subject: [PATCH] minor fix --- xCAT-server/share/xcat/tools/xCATreg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }