summaryrefslogtreecommitdiff
path: root/modules/commands/os_akill.cpp
diff options
context:
space:
mode:
authorVal Lorentz <progval+git@progval.net>2024-01-05 22:34:26 +0100
committerGitHub <noreply@github.com>2024-01-05 21:34:26 +0000
commit388858aee68f8c34264cc27278102fc2fdfb40fb (patch)
tree90dd3be1e84bd7ed70269f56875b2d3ea198afe0 /modules/commands/os_akill.cpp
parentf22703df595c7641249050e1a902c2718e82e834 (diff)
Fix inconsistent capitalization of 'services'.
Diffstat (limited to 'modules/commands/os_akill.cpp')
-rw-r--r--modules/commands/os_akill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_akill.cpp b/modules/commands/os_akill.cpp
index 93760e7ac..01310444b 100644
--- a/modules/commands/os_akill.cpp
+++ b/modules/commands/os_akill.cpp
@@ -418,7 +418,7 @@ public:
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_("Allows Services Operators to manipulate the AKILL list. If\n"
- "a user matching an AKILL mask attempts to connect, Services\n"
+ "a user matching an AKILL mask attempts to connect, services\n"
"will issue a KILL for that user and, on supported server\n"
"types, will instruct all servers to add a ban for the mask\n"
"which the user matched.\n"