diff options
author | InspIRCd Robot <noreply@inspircd.org> | 2020-04-21 06:34:17 +0000 |
---|---|---|
committer | Matt Schatz <genius3000@g3k.solutions> | 2020-04-21 00:52:12 -0600 |
commit | 4f9abe96a4301a740d4a5fd7932550d88d60a3fc (patch) | |
tree | eafd249fbf0c3ad4c631146446d5d953508e88b4 /src/modules/m_spanningtree/commands.h | |
parent | 43d0efaa2195c445ae7cc130d235781506758a9d (diff) |
Fixes by misspell-fixer
Diffstat (limited to 'src/modules/m_spanningtree/commands.h')
-rw-r--r-- | src/modules/m_spanningtree/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/commands.h b/src/modules/m_spanningtree/commands.h index 2e280f14f..a1a44daf5 100644 --- a/src/modules/m_spanningtree/commands.h +++ b/src/modules/m_spanningtree/commands.h @@ -139,7 +139,7 @@ class FwdFJoinBuilder; class CommandFJoin : public ServerCommand { /** Remove all modes from a channel, including statusmodes (+qaovh etc), simplemodes, parameter modes. - * This does not update the timestamp of the target channel, this must be done seperately. + * This does not update the timestamp of the target channel, this must be done separately. */ static void RemoveStatus(Channel* c); |