1
0
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:
Sadie Powell
2025-12-13 15:06:37 +00:00
parent adcdaeca04
commit caa9b27a6c
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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"));
}