diff options
author | Sadie Powell <sadie@witchery.services> | 2021-08-01 18:53:24 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-08-01 18:53:24 +0100 |
commit | 561b205c4a3a125c12a7926ef18fa1eb822c387c (patch) | |
tree | c763ddefe765e23ec0ff189e24d55f634b52b954 /include/modes.h | |
parent | 376053e0acae2a37a8f5c77c8de25ebf8a8395a9 (diff) | |
parent | 91321bdf682eb5b512373bb56c722f943cbc8183 (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'include/modes.h')
-rw-r--r-- | include/modes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modes.h b/include/modes.h index ed55f5911..04fc97791 100644 --- a/include/modes.h +++ b/include/modes.h @@ -96,7 +96,7 @@ class CoreExport UserModeParam : public UserMode class CoreExport ChannelMode : public Mode { public: - /* channel modes that can posssibly unwrap this mode */ + /* channel modes that can possibly unwrap this mode */ std::vector<ChannelMode *> listeners; /** constructor @@ -400,7 +400,7 @@ class CoreExport Entry /** Constructor * @param mode What mode this host is for, can be empty for unknown/no mode - * @param host A full or poartial nick!ident@host/cidr#real name mask + * @param host A full or partial nick!ident@host/cidr#real name mask */ Entry(const Anope::string &mode, const Anope::string &host); |