diff options
| author | 2020-04-21 06:34:17 +0000 | |
|---|---|---|
| committer | 2020-04-21 00:52:12 -0600 | |
| commit | 4f9abe96a4301a740d4a5fd7932550d88d60a3fc (patch) | |
| tree | eafd249fbf0c3ad4c631146446d5d953508e88b4 /src/modules/m_dccallow.cpp | |
| parent | Add a workflow that checks for and corrects typos. (diff) | |
Fixes by misspell-fixer
Diffstat (limited to 'src/modules/m_dccallow.cpp')
| -rw-r--r-- | src/modules/m_dccallow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp index e506efb97..98bcbf4cd 100644 --- a/src/modules/m_dccallow.cpp +++ b/src/modules/m_dccallow.cpp @@ -189,7 +189,7 @@ class CommandDccallow : public Command , 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) CXX11_OVERRIDE |
