aboutsummaryrefslogtreecommitdiffstats
path: root/cgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgi.c')
-rw-r--r--cgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi.c b/cgi.c
index 0e67715..1e983a9 100644
--- a/cgi.c
+++ b/cgi.c
@@ -78,7 +78,7 @@ main(void)
char *ns;
ns = nimi_sewi();
if (ns == NULL) {
- err(EXIT_FAILURE, "memory could'n be allocated");
+ err(EXIT_FAILURE, "memory allocation failed");
}
print_response_header();