diff options
| author | 2021-06-21 16:47:06 -0400 | |
|---|---|---|
| committer | 2021-06-21 21:47:06 +0100 | |
| commit | de6d4dbd1e8845e08c2d87cd89a919e5b21ba619 (patch) | |
| tree | f3c964db5830e7b15361889cd61daceabe3d7466 /src/modules/m_deaf.cpp | |
| parent | Update example configuration for 'if-host-match' oper autologin option. (diff) | |
Fix various spelling issues (#1883).
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Diffstat (limited to 'src/modules/m_deaf.cpp')
| -rw-r--r-- | src/modules/m_deaf.cpp | 2 |
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; |
