Skip to content

Commit 519d9bc

Browse files
Firepup6500dwfreed
authored andcommitted
Fix small typo
authdd -> authd
1 parent dd33557 commit 519d9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ircd/authproc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ static void
396396
restart_authd_cb(rb_helper * helper)
397397
{
398398
iwarn("authd helper died - attempting to restart");
399-
sendto_realops_snomask(SNO_GENERAL, L_NETWIDE, "authdd helper died - attempting to restart");
399+
sendto_realops_snomask(SNO_GENERAL, L_NETWIDE, "authd helper died - attempting to restart");
400400

401401
if(helper != NULL)
402402
{

0 commit comments

Comments
 (0)