X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fspost.c;h=ce3e6843202923aec0815842d3cc4f572805e7c1;hb=3244935a74559715749a60c03e7b608a227e0438;hp=aacb63363480f4df372f7d063790e2cfa842bb25;hpb=9cf6132a6ea29968131a000bc2fb6860affac45e;p=mmh diff --git a/uip/spost.c b/uip/spost.c index aacb633..ce3e684 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -650,7 +650,7 @@ fcc(char *file, char *folders) fprintf(stderr, "Skipped %sFcc %s: unable to system().\n", msgstate == resent ? "Resent-" : "", folders); } else if (status != 0) { - fprintf(stderr, "%sFcc %s: Problems occured.\n", + fprintf(stderr, "%sFcc %s: Problems occurred.\n", msgstate == resent ? "Resent-" : "", folders); } }