]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Fix typo in mail message from --monitor
authorNeil Brown <neilb@suse.de>
Fri, 2 Jun 2006 01:34:30 +0000 (01:34 +0000)
committerNeil Brown <neilb@suse.de>
Fri, 2 Jun 2006 01:34:30 +0000 (01:34 +0000)
From: martin f krafft <madduck@madduck.net>

Signed-off-by: Neil Brown <neilb@suse.de>
Monitor.c

index 246b9c501d1fcbe378eedc543106fd8171c8921e..5797870ce2e5e7f1dd7c9c97d7c53174d2e627b7 100644 (file)
--- 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);