From b00451a85cfc5d26bbfbd7bb903071f3bba91c9c Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 4 Apr 2019 14:36:45 +0100 Subject: [PATCH] Fix various typos. --- docs/conf/modules.conf.example | 2 +- docs/conf/services/anope.conf.example | 2 +- include/modules.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 945027842..e5b8af9a5 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -734,7 +734,7 @@ # If 'bypasscharsuline' is empty, then 'bypasschars' will # match for both regular and U-lined users. # enableprivdeaf - Whether to enable usermode +D (privdeaf). -# privdeafuline - Whether U-lined users bypass usermode +D (privdeaf).A +# privdeafuline - Whether U-lined users bypass usermode +D (privdeaf). # # diff --git a/docs/conf/services/anope.conf.example b/docs/conf/services/anope.conf.example index b753874be..5c8f859ff 100644 --- a/docs/conf/services/anope.conf.example +++ b/docs/conf/services/anope.conf.example @@ -6,4 +6,4 @@ # /GLOBAL # Sends a global notice. - + 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. -- 2.39.2