summaryrefslogtreecommitdiff
path: root/modules/nickserv/ns_resetpass.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-05-02 11:10:35 +0100
committerSadie Powell <sadie@witchery.services>2025-05-02 11:10:35 +0100
commit66d3293ae66457e1c60d7a7c1a20fe7cc60301d6 (patch)
treed82df9dee5700f6ead1416695201dd4042d40ab5 /modules/nickserv/ns_resetpass.cpp
parenta4691f9d4d162c12bd64168686adb2636e152597 (diff)
Remove double spacing after a full stop in help messages.
This hasn't been considered a best practice since the age of the typewriter. https://english.stackexchange.com/questions/2544/how-many-spaces-should-come-after-a-period-full-stop
Diffstat (limited to 'modules/nickserv/ns_resetpass.cpp')
-rw-r--r--modules/nickserv/ns_resetpass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nickserv/ns_resetpass.cpp b/modules/nickserv/ns_resetpass.cpp
index 94e1c89b2..2cd714889 100644
--- a/modules/nickserv/ns_resetpass.cpp
+++ b/modules/nickserv/ns_resetpass.cpp
@@ -52,7 +52,7 @@ public:
source.Reply(" ");
source.Reply(_(
"Sends a passcode to the nickname with instructions on how to "
- "reset their password. Email must be the email address associated "
+ "reset their password. Email must be the email address associated "
"to the nickname."
));
return true;