From d6af21e0d961f86c40f97098c15c28a0729d5e4a Mon Sep 17 00:00:00 2001 From: Matt Schatz Date: Sun, 20 Jan 2019 21:25:07 -0700 Subject: cs_enforce: fix typo in help. --- modules/commands/cs_enforce.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_enforce.cpp') diff --git a/modules/commands/cs_enforce.cpp b/modules/commands/cs_enforce.cpp index 71630af33..3c3226cd9 100644 --- a/modules/commands/cs_enforce.cpp +++ b/modules/commands/cs_enforce.cpp @@ -267,7 +267,7 @@ class CommandCSEnforce : public Command "\002BANS\002, or \002LIMIT\002.\n" " \n" "Use \002SECUREOPS\002 to enforce the SECUREOPS option, even if it is not\n" - "enabled. Use \002RESTRICTED\002 to enfore the RESTRICTED option, also\n" + "enabled. Use \002RESTRICTED\002 to enforce the RESTRICTED option, also\n" "if it's not enabled. Use \002REGONLY\002 to kick all unregistered users\n" "from the channel. Use \002SSLONLY\002 to kick all users not using a secure\n" "connection from the channel. \002BANS\002 will enforce bans on the channel by\n" -- cgit