From de6d4dbd1e8845e08c2d87cd89a919e5b21ba619 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 21 Jun 2021 16:47:06 -0400 Subject: Fix various spelling issues (#1883). Signed-off-by: Josh Soref --- src/modules/m_deaf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_deaf.cpp') 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; -- cgit v1.3.1-10-gc9f91