From: Neil Brown Date: Fri, 2 Jun 2006 01:34:30 +0000 (+0000) Subject: Fix typo in mail message from --monitor X-Git-Tag: mdadm-2.5.1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a524a7ee7e104580bc46c4049e3f23c505319f24;p=thirdparty%2Fmdadm.git Fix typo in mail message from --monitor From: martin f krafft Signed-off-by: Neil Brown --- diff --git a/Monitor.c b/Monitor.c index 246b9c50..5797870c 100644 --- a/Monitor.c +++ b/Monitor.c @@ -519,7 +519,7 @@ static void alert(char *event, char *dev, char *disc, char *mailaddr, char *mail if (mdstat) { char buf[8192]; int n; - fprintf(mp, "\nP.S. The /proc/mdstat file current contains the following:\n\n"); + fprintf(mp, "\nP.S. The /proc/mdstat file currently contains the following:\n\n"); while ( (n=fread(buf, 1, sizeof(buf), mdstat)) > 0) n=fwrite(buf, 1, n, mp); /* yes, i don't care about the result */ fclose(mdstat);