mirror of
https://github.com/anope/anope.git
synced 2026-07-08 16:43:13 +02:00
Fix the spelling of unload in os_module.
This commit is contained in:
@@ -126,7 +126,7 @@ class CommandOSModUnLoad final
|
||||
public:
|
||||
CommandOSModUnLoad(Module *creator) : Command(creator, "operserv/modunload", 1, 1)
|
||||
{
|
||||
this->SetDesc(_("Un-Load a module"));
|
||||
this->SetDesc(_("Unload a module"));
|
||||
this->SetSyntax(_("\037modname\037"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user