From 4d105afcf2a65aec1ebde8cee6281c0debdd5f54 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sat, 10 Aug 2019 13:29:14 +0200 Subject: [PATCH] Update comments (duplicate words, blah) @skipci --- src/s_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/s_misc.c b/src/s_misc.c index 70e126349..5f9c5f80a 100644 --- a/src/s_misc.c +++ b/src/s_misc.c @@ -1284,7 +1284,7 @@ MessageTag *duplicate_mtag(MessageTag *mtag) } /** New message. Either really brand new, or inherited from other servers. - * This function calls modules so they can add tags tags such as: + * This function calls modules so they can add tags, such as: * msgid, time and account. */ void new_message(aClient *sender, MessageTag *recv_mtags, MessageTag **mtag_list) @@ -1296,7 +1296,7 @@ void new_message(aClient *sender, MessageTag *recv_mtags, MessageTag **mtag_list /** New message - SPECIAL edition. Either really brand new, or inherited * from other servers. - * This function calls modules so they can add tags tags such as: + * This function calls modules so they can add tags, such as: * msgid, time and account. * This special version deals in a special way with msgid in particular. * TODO: document