From b84b1d8166b07b80429c6830e0151e0c871c2cfc Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 17 Dec 2023 19:32:45 +0000 Subject: Misc grammar fixes. --- include/modes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modes.h') diff --git a/include/modes.h b/include/modes.h index 134fb04b2..32a2e1f9b 100644 --- a/include/modes.h +++ b/include/modes.h @@ -160,7 +160,7 @@ class CoreExport ChannelModeList : public ChannelMode virtual void OnDel(Channel *chan, const Anope::string &mask) { } }; -/** This is a mode with a paramater, eg +k/l. These modes should use/inherit from this +/** This is a mode with a parameter, eg +k/l. These modes should use/inherit from this */ class CoreExport ChannelModeParam : public ChannelMode { -- cgit