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/uid.cpp | |
parent | 43d0efaa2195c445ae7cc130d235781506758a9d (diff) |
Fixes by misspell-fixer
Diffstat (limited to 'src/modules/m_spanningtree/uid.cpp')
-rw-r--r-- | src/modules/m_spanningtree/uid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/uid.cpp b/src/modules/m_spanningtree/uid.cpp index e5061489f..cc5acccf9 100644 --- a/src/modules/m_spanningtree/uid.cpp +++ b/src/modules/m_spanningtree/uid.cpp @@ -93,7 +93,7 @@ CmdResult CommandUID::HandleServer(TreeServer* remoteserver, CommandBase::Params if (*v == '+') continue; - /* For each mode thats set, find the mode handler and set it on the new user */ + /* For each mode that's set, find the mode handler and set it on the new user */ ModeHandler* mh = ServerInstance->Modes->FindMode(*v, MODETYPE_USER); if (!mh) throw ProtocolException("Unrecognised mode '" + std::string(1, *v) + "'"); |