hush: initial stab at brace expansion support
[oweals/busybox.git] / miscutils / crond.c
index 74bf9168ba82eaa32077ced1b1cb9273d394d8e5..8e4f0bfd6f9e41267d0f245084c131c28acbd0e7 100644 (file)
@@ -834,7 +834,7 @@ static void RunJob(const char *user, CronLine *line)
                                line->cl_Shell);
                        line->cl_MailPos = lseek(mailFd, 0, SEEK_CUR);
                } else {
-                       crondlog(ERR20 "cannot create mail file %s for user %s, "
+                       crondlog(ERR20 "can't create mail file %s for user %s, "
                                        "discarding output", mailFile, user);
                }
        }