summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-04-04 14:36:45 +0100
committerPeter Powell <petpow@saberuk.com>2019-04-04 14:36:45 +0100
commitb00451a85cfc5d26bbfbd7bb903071f3bba91c9c (patch)
treea5205806ee48c7855845cfc4bb9f33487bf3e140 /include/modules.h
parent656ce184b91f05604d9db599d6230c19a734389c (diff)
Fix various typos.
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 3e9df35aa..ae438128d 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -723,7 +723,7 @@ class CoreExport Module : public classbase, public usecountbase
virtual void OnPostCommand(Command* command, const CommandBase::Params& parameters, LocalUser* user, CmdResult result, bool loop);
/** Called after a user object is initialised and added to the user list.
- * When this is called the user has not their I/O hooks checked or had their initial
+ * When this is called the user has not had their I/O hooks checked or had their initial
* connect class assigned and may not yet have a serialiser. You probably want to use
* the OnUserPostInit or OnUserSetIP hooks instead of this one.
* @param user The connecting user.