From 69b2116826532cf4c3961dcdf67082c71851a291 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Thu, 14 May 2026 11:24:49 +0200 Subject: [PATCH] Fix typo in linking message, mentioned by Gottem. --- src/modules/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/server.c b/src/modules/server.c index f40dd2b4e..c4ae56814 100644 --- a/src/modules/server.c +++ b/src/modules/server.c @@ -1766,7 +1766,7 @@ void tls_link_notification_verify(Client *client, ConfigItem_link *aconf) return; /* wtf ? */ unreal_log(ULOG_WARNING, "link", "WARN_UNVERIFIED_LINK_CERTIFICATE", client, - "This server link is not verified (and hence is suspectible to an active MITM attack). " + "This server link is not verified (and hence is susceptible to an active MITM attack). " "In future UnrealIRCd versions this will become a fatal error!\n" "More information about this can be found on https://www.unrealircd.org/Link_verification\n" "In short: in the configuration file, change the 'link $client {' block to use this as a password:\n"