aboutsummaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
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");