diff options
Diffstat (limited to 'src/modules/m_chanprotect.cpp')
-rw-r--r-- | src/modules/m_chanprotect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_chanprotect.cpp b/src/modules/m_chanprotect.cpp index 8adeefb0b..fb545f58f 100644 --- a/src/modules/m_chanprotect.cpp +++ b/src/modules/m_chanprotect.cpp @@ -490,8 +490,8 @@ class ModuleChanProtect : public Module virtual void OnSyncChannel(chanrec* chan, Module* proto, void* opaque) { - /* NOTE: If +qa prefix is on, this is propogated by the channel join, - * so we dont need to propogate it manually + /* NOTE: If +qa prefix is on, this is propagated by the channel join, + * so we dont need to propagate it manually */ if (!QAPrefixes) { |