From a524a7ee7e104580bc46c4049e3f23c505319f24 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 2 Jun 2006 01:34:30 +0000 Subject: Fix typo in mail message from --monitor From: martin f krafft Signed-off-by: Neil Brown --- Monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Monitor.c') diff --git a/Monitor.c b/Monitor.c index 246b9c5..5797870 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); -- cgit