diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2021-06-17 10:02:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 15:02:30 +0100 |
commit | fd88b756fc20dedea15a8a08c21e8f7af6612e4e (patch) | |
tree | 81faaface4f605d329848b0c9b7dae8c7dad5b7f /include/protocol.h | |
parent | 8d1bc95faf095984dcc39b4c51de5bc5051b9a12 (diff) |
Fix various spelling issues (#274).
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/protocol.h b/include/protocol.h index a9fd2d763..45aaa70d8 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -17,7 +17,7 @@ #include "service.h" #include "modes.h" -/* Encapsultes the IRCd protocol we are speaking. */ +/* Encapsulates the IRCd protocol we are speaking. */ class CoreExport IRCDProto : public Service { Anope::string proto_name; @@ -55,7 +55,7 @@ class CoreExport IRCDProto : public Service bool CanSNLine; /* Can we ban specific nicknames from being used? */ bool CanSQLine; - /* Can we ban sepcific channel names from being used? */ + /* Can we ban specific channel names from being used? */ bool CanSQLineChannel; /* Can we ban by IP? */ bool CanSZLine; |