From 4f9abe96a4301a740d4a5fd7932550d88d60a3fc Mon Sep 17 00:00:00 2001 From: InspIRCd Robot Date: Tue, 21 Apr 2020 06:34:17 +0000 Subject: Fixes by misspell-fixer --- src/modules.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index 36f5409c4..1668f0215 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -234,7 +234,7 @@ bool ModuleManager::SetPriority(Module* mod, Implementation i, Priority s, Modul } /* Eh? this module doesnt exist, probably trying to set priority on an event - * theyre not attached to. + * they're not attached to. */ return false; @@ -315,7 +315,7 @@ swap_now: bool ModuleManager::PrioritizeHooks() { /* We give every module a chance to re-prioritize when we introduce a new one, - * not just the one thats loading, as the new module could affect the preference + * not just the one that's loading, as the new module could affect the preference * of others */ for (int tries = 0; tries < 20; tries++) -- cgit v1.3.1-10-gc9f91