diff options
Diffstat (limited to 'include/modes.h')
-rw-r--r-- | include/modes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes.h b/include/modes.h index cd42efcdd..870eb18e3 100644 --- a/include/modes.h +++ b/include/modes.h @@ -159,7 +159,7 @@ public: 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 { |