aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.