]> jfr.im git - solanum.git/commitdiff
chm_regmsg: fix typo in description
authorDavid Schultz <redacted>
Sun, 2 Oct 2022 19:37:34 +0000 (14:37 -0500)
committerDoug Freed <redacted>
Sun, 2 Oct 2022 23:00:16 +0000 (19:00 -0400)
extensions/chm_regmsg.c

index aa04c5d0b25fb4ef834677804da400a7c2747015..21023592e3b91f0b3aa1eb9460b4a14ad3c3de26 100644 (file)
@@ -36,7 +36,7 @@
 #include "inline/stringops.h"
 
 static const char chm_regmsg_desc[] =
-       "Adds channel mode +R, which blocks messagess from unregistered users";
+       "Adds channel mode +R, which blocks messages from unregistered users";
 
 static unsigned int mode_regmsg;