summaryrefslogtreecommitdiffhomepage
path: root/src/output/ntux_output_error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/output/ntux_output_error.c')
-rw-r--r--src/output/ntux_output_error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/ntux_output_error.c b/src/output/ntux_output_error.c
index be58ba1..5ed570a 100644
--- a/src/output/ntux_output_error.c
+++ b/src/output/ntux_output_error.c
@@ -71,7 +71,7 @@ static const char * ntux_output_strerror(
return "(see child process error messages)";
else if (erri->esyscode == ENOBUFS)
- return "input error: string length exceeds buffer size.";
+ return "input error: string length exceeds buffer size";
else
return ntux_strerror(dctx,erri->esyscode);