Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
authdd -> authd
  • Loading branch information
Firepup6500 authored and dwfreed committed Apr 13, 2024
1 parent dd33557 commit 519d9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ircd/authproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 519d9bc

Please sign in to comment.