Fix spelling error in blockuser.

Thanks to the-me (Patrick Matthäi) for the patch.
This commit is contained in:
Alexey Sokolov
2012-11-15 21:13:22 +07:00
parent 89f586d173
commit be77054136

View File

@@ -171,7 +171,7 @@ private:
template<> void TModInfo<CBlockUser>(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")