From 9336c3bb367865795cb8aafd5a93acc08f692d71 Mon Sep 17 00:00:00 2001 From: Mike Belopuhov Date: Mon, 28 Aug 2017 16:49:01 +0200 Subject: [PATCH] typo --- icbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icbd.c b/icbd.c index df40868..e05c906 100644 --- a/icbd.c +++ b/icbd.c @@ -392,7 +392,7 @@ icbd_dispatch(struct bufferevent *bev, void *arg) /* see you next time around */ if (is->rlen < is->length) return; - /* null-terminate the data */ + /* nul-terminate the data */ is->buffer[MIN(is->rlen, ICB_MSGSIZE - 1)] = '\0'; /* process the message in full */ if (icb_input(is))