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, ...)
94 va_end(ap); 94 va_end(ap);
95 95
96 if (rc) { 96 if (rc) {
97 msg = "out of memory trying to format error mesage"; 97 msg = "out of memory trying to format error message";
98 ec = ENOMEM; 98 ec = ENOMEM;
99 } 99 }
100 100

Return to:

Send suggestions and report system problems to the System administrator.