From be77054136eb117036b57d25608c3dfde1fbe2fd Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Thu, 15 Nov 2012 21:13:22 +0700 Subject: [PATCH] Fix spelling error in blockuser. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to the-me (Patrick Matthäi) for the patch. --- modules/blockuser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blockuser.cpp b/modules/blockuser.cpp index 9a502ac9..b9cea5e6 100644 --- a/modules/blockuser.cpp +++ b/modules/blockuser.cpp @@ -171,7 +171,7 @@ private: template<> void TModInfo(CModInfo& Info) { Info.SetWikiPage("blockuser"); Info.SetHasArgs(true); - Info.SetArgsHelpText("Enter one or more user names. Seperate them by spaces."); + Info.SetArgsHelpText("Enter one or more user names. Separate them by spaces."); } GLOBALMODULEDEFS(CBlockUser, "Block certain users from logging in")