aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_dccallow.cpp
diff options
context:
space:
mode:
authorGravatar InspIRCd Robot2023-01-15 00:57:56 +0000
committerGravatar Sadie Powell2023-01-15 19:58:21 +0000
commit3838211b2c5376ae29e7b1d6416d861815c48d17 (patch)
treee746ef7b40a92f22e157ba51d4f34f17e0b5f365 /src/modules/m_dccallow.cpp
parentUse insp::reverse_range in core_mode. (diff)
Fixes by misspell-fixer.
Diffstat (limited to 'src/modules/m_dccallow.cpp')
-rw-r--r--src/modules/m_dccallow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp
index 0b315652b..bb0a6d2e2 100644
--- a/src/modules/m_dccallow.cpp
+++ b/src/modules/m_dccallow.cpp
@@ -196,7 +196,7 @@ public:
, ext(Ext)
{
syntax = { "[(+|-)<nick> [<time>]]", "LIST", "HELP" };
- /* XXX we need to fix this so it can work with translation stuff (i.e. move +- into a seperate param */
+ /* XXX we need to fix this so it can work with translation stuff (i.e. move +- into a separate param */
}
CmdResult Handle(User* user, const Params& parameters) override