aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.c b/server.c
index f9fb874..22615b2 100644
--- a/server.c
+++ b/server.c
@@ -124,7 +124,7 @@ static struct server_client *alloc_client(struct server *const s)
if (!c)
{
- fprintf(stderr, "%s: realloc(3): %s\n", __func__, strerror(errno));
+ fprintf(stderr, "%s: malloc(3): %s\n", __func__, strerror(errno));
return NULL;
}