diff options
Diffstat (limited to 'src/modulemanager.cpp')
-rw-r--r-- | src/modulemanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp index b6df3578a..06a3c2181 100644 --- a/src/modulemanager.cpp +++ b/src/modulemanager.cpp @@ -435,8 +435,8 @@ bool ModuleManager::SetPriority(Module *mod, Implementation i, Priority s, Modul break; } - /* Eh? this module doesnt exist, probably trying to set priority on an event - * theyre not attached to. + /* Eh? this module doesn't exist, probably trying to set priority on an event + * they're not attached to. */ if (!found) return false; |