aboutsummaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-09-01 07:54:06 +0000
committerOmar Polo <op@omarpolo.com>2024-09-01 07:54:06 +0000
commit2f6e84dbe3e976b47041aca07521ee5572d909a9 (patch)
tree810a94fd485ee749f6709c877db8cde2cd521ee0 /config.c
parent255c15394c1c56ee056d23ccf999bee21a935f7f (diff)
typos; courtesy of codespell
Diffstat (limited to 'config.c')
-rw-r--r--config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.c b/config.c
index b100136..622c667 100644
--- a/config.c
+++ b/config.c
@@ -645,7 +645,7 @@ config_recv(struct conf *conf, struct imsg *imsg)
case IMSG_RECONF_HOST_ADDR:
log_debug("receiving host addr");
if (h == NULL)
- fatalx("recv'd host address withouth host");
+ fatalx("recv'd host address without host");
addr = xcalloc(1, sizeof(*addr));
if (imsg_get_data(imsg, addr, sizeof(*addr)) == -1)
fatalx("bad length imsg RECONF_HOST_ADDR");