aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_ircv3_capnotify.cpp
diff options
context:
space:
mode:
authorGravatar InspIRCd Robot2020-04-21 06:34:17 +0000
committerGravatar Matt Schatz2020-04-21 00:52:12 -0600
commit4f9abe96a4301a740d4a5fd7932550d88d60a3fc (patch)
treeeafd249fbf0c3ad4c631146446d5d953508e88b4 /src/modules/m_ircv3_capnotify.cpp
parentAdd a workflow that checks for and corrects typos. (diff)
downloadinspircd++-4f9abe96a4301a740d4a5fd7932550d88d60a3fc.tar.gz
inspircd++-4f9abe96a4301a740d4a5fd7932550d88d60a3fc.tar.bz2
inspircd++-4f9abe96a4301a740d4a5fd7932550d88d60a3fc.zip
Fixes by misspell-fixer
Diffstat (limited to 'src/modules/m_ircv3_capnotify.cpp')
-rw-r--r--src/modules/m_ircv3_capnotify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ircv3_capnotify.cpp b/src/modules/m_ircv3_capnotify.cpp
index ba90cfbde..4a7daaf06 100644
--- a/src/modules/m_ircv3_capnotify.cpp
+++ b/src/modules/m_ircv3_capnotify.cpp
@@ -164,7 +164,7 @@ class ModuleIRCv3CapNotify : public Module, public Cap::EventListener, public Re
void OnReloadModuleRestore(Module* mod, void* data) CXX11_OVERRIDE
{
- // Reloading can change the set of caps provided by a module so assuming that if the reload succeded all
+ // Reloading can change the set of caps provided by a module so assuming that if the reload succeeded all
// caps that the module previously provided are available or all were lost if the reload failed is wrong.
// Instead, we verify the availability of each cap individually.
dynamic_reference_nocheck<Cap::Manager> capmanager(this, "capmanager");