]> granicus.if.org Git - cronie/commitdiff
Typo in log message
authorMarcela Mašláňová <mmaslano@redhat.com>
Mon, 30 Aug 2010 08:12:09 +0000 (10:12 +0200)
committerMarcela Mašláňová <mmaslano@redhat.com>
Mon, 30 Aug 2010 08:12:09 +0000 (10:12 +0200)
Based on Tom London report https://bugzilla.redhat.com/show_bug.cgi?id=626947

anacron/runjob.c

index 13a0e878cfd5bdf0ae79b1737eb47213ca19d5ec..29aaefbc86a944a21c1d2650776a1b50b09adad0 100644 (file)
@@ -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', "