chm_regmsg: fix typo in description

This commit is contained in:
David Schultz 2022-10-02 14:37:34 -05:00 committed by Doug Freed
parent 6a0074bfaa
commit 0ea108fcee

View 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;