aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Rosenfeld <roland@spinnaker.de>2023-12-06 17:18:10 +0100
committerSergey Poznyakoff <gray@gnu.org>2024-01-15 20:18:42 +0200
commitaa9ed7ded1fc491acbb32d5b8fbaef36b2c8008c (patch)
tree5efe35caf26eae5a897f96ecd2904a97d54153cd
parent59a686d26fa58f4f9e0dc5ceb19440176a3f9198 (diff)
downloadmailfromd-master.tar.gz
mailfromd-master.tar.bz2
Little typo in the word "message".HEADmaster
-rw-r--r--lib/fltpipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fltpipe.c b/lib/fltpipe.c
index dcc78f8a..dcf792b6 100644
--- a/lib/fltpipe.c
+++ b/lib/fltpipe.c
@@ -94,7 +94,7 @@ context_error(struct context *ctx, int ec, char const *fmt, ...)
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;
}

Return to:

Send suggestions and report system problems to the System administrator.