From 519d9bc0f4ebdd941ca0dc5d842cc0531df6fb5f Mon Sep 17 00:00:00 2001 From: Firepup650 <70233190+Firepup6500@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:28:37 -0500 Subject: [PATCH] Fix small typo authdd -> authd --- ircd/authproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircd/authproc.c b/ircd/authproc.c index a8a5d0db..7c9bf948 100644 --- a/ircd/authproc.c +++ b/ircd/authproc.c @@ -396,7 +396,7 @@ static void restart_authd_cb(rb_helper * helper) { iwarn("authd helper died - attempting to restart"); - sendto_realops_snomask(SNO_GENERAL, L_NETWIDE, "authdd helper died - attempting to restart"); + sendto_realops_snomask(SNO_GENERAL, L_NETWIDE, "authd helper died - attempting to restart"); if(helper != NULL) {