summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h4
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;