From acc673f95eb3461ed53c7f16263d3a0f34108017 Mon Sep 17 00:00:00 2001 From: Brian Bennett Date: Mon, 13 Sep 2021 11:08:14 -0700 Subject: [PATCH] Fix illumos name typo --- src/daemon/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/event.c b/src/daemon/event.c index a1f8bd81..635cc3f1 100644 --- a/src/daemon/event.c +++ b/src/daemon/event.c @@ -447,7 +447,7 @@ levent_priv(evutil_socket_t fd, short what, void *arg) default: /* This is a bit unsafe as we are now out-of-sync with the * monitor. It would be safer to request 0 byte, but some OS - * (Illuminos) seem to take the shortcut that by asking 0 byte, + * (illumos) seem to take the shortcut that by asking 0 byte, * we can just return 0 byte. */ log_warnx("event", "received unexpected data from monitor process, exit"); break; -- 2.39.5