bug-mailfromd


Search for: Advanced

[Bug-mailfromd] Little typo in the word "message".


I just noticed, that I seem to have missed to send a message about a
little typo here.
Attached you'll find a patch that does s/mesage/message/.

Greetings

        Roland
From: Roland Rosenfeld <roland@xxxxxxxxxx>
Date: Fri, 20 Aug 2021 13:53:45 +0200
Forwarded: via mail to bug-mailfromd@xxxxxxxxxx
Subject: Little typo in the word "message".

--- a/lib/fltpipe.c
+++ b/lib/fltpipe.c
@@ -94,7 +94,7 @@ context_error(struct context *ctx, int e
 		va_end(ap);
 
 		if (rc) {
-			msg = "out of memory trying to format error mesage";
+			msg = "out of memory trying to format error message";
 			ec = ENOMEM;
 		}