From 852b730795aa1f5f445019e6d763415b2880b33f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Mon, 30 Aug 2010 10:12:09 +0200 Subject: [PATCH] Typo in log message Based on Tom London report https://bugzilla.redhat.com/show_bug.cgi?id=626947 --- anacron/runjob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anacron/runjob.c b/anacron/runjob.c index 13a0e87..29aaefb 100644 --- a/anacron/runjob.c +++ b/anacron/runjob.c @@ -214,7 +214,7 @@ tend_mailer(job_rec *jr, int status) { if (WIFEXITED(status) && WEXITSTATUS(status) != 0) complain("Tried to mail output of job `%s', " - "but mailer process (" SENDMAIL ") exited with ststus %d", + "but mailer process (" SENDMAIL ") exited with status %d", jr->ident, WEXITSTATUS(status)); else if (!WIFEXITED(status) && WIFSIGNALED(status)) complain("Tried to mail output of job `%s', " -- 2.40.0