]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules.h
Fix various typos.
[user/henk/code/inspircd.git] / include / modules.h
index 3e9df35aaa691fc52bd13b9fc780e65513736c10..ae438128d33cf40994256ba813e1695534fb5e5f 100644 (file)
@@ -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.