aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_deaf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_deaf.cpp')
-rw-r--r--src/modules/m_deaf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_deaf.cpp b/src/modules/m_deaf.cpp
index 1a2ec9b22..74018d245 100644
--- a/src/modules/m_deaf.cpp
+++ b/src/modules/m_deaf.cpp
@@ -114,7 +114,7 @@ class ModuleDeaf
if (!target->IsModeSet(privdeafmode))
return MOD_RES_PASSTHRU;
- // Reject if the source is ulined and privdeafuline is disaled.
+ // Reject if the source is ulined and privdeafuline is disabled.
if (!privdeafuline && source->server->IsULine())
return MOD_RES_DENY;