]> granicus.if.org Git - fcron/commitdiff
could->couldn't in an error message (typing error)
authorthib <thib>
Mon, 14 Jul 2003 10:52:44 +0000 (10:52 +0000)
committerthib <thib>
Mon, 14 Jul 2003 10:52:44 +0000 (10:52 +0000)
database.c

index 72af05c4fc2b24b7d222f2dc719334dfd43ee2b5..ae8f239ee5edae332d5900d7e7daba8afb0c3b39 100644 (file)
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: database.c,v 1.67 2002-10-28 17:54:37 thib Exp $ */
+ /* $Id: database.c,v 1.68 2003-07-14 10:52:44 thib Exp $ */
 
 #include "fcron.h"
 
@@ -1106,7 +1106,7 @@ mail_notrun(cl_t *line, char context, struct tm *since)
                 (time.tm_year+1900), time.tm_wday, time.tm_hour, time.tm_min);
        break;
     case QUEUE_FULL:
-       fprintf(mailf, "Line %s could be added to lavg or serial queue which"
+       fprintf(mailf,"Line %s couldn't be added to lavg or serial queue which"
                 " is full ( %d/%d/%d wday:%d %02d:%02d ).\n", line->cl_shell,
                 (time.tm_mon + 1), time.tm_mday, (time.tm_year + 1900),
                 time.tm_wday, time.tm_hour, time.tm_min);