From 36ea6f897b9df39a8287453e2f886d7a23994335 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Sat, 8 Mar 2008 19:52:08 -0500 Subject: [PATCH] src/nickserv.help: Fix grammar in DELCOOKIE and ODELCOOKIE. --- src/nickserv.help | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nickserv.help b/src/nickserv.help index 6ceb4d6..cee38d8 100644 --- a/src/nickserv.help +++ b/src/nickserv.help @@ -206,7 +206,7 @@ "DELCOOKIE" { "/services/nickserv/email_enabled" ( "/msg $N DELCOOKIE", - "Requests that $N cancels your authcookie or resetpass cookie.", + "Requests that $N cancel your authcookie or resetpass cookie.", "(Since set-email cookies and registration cookies send email to unverified addresses, to prevent mail flooding, they cannot be cancelled.)", "$uSee Also:$u authcookie, resetpass, cookie" ); @@ -215,7 +215,7 @@ "ODELCOOKIE" { "/services/nickserv/email_enabled" ( "/msg $N ODELCOOKIE ", - "Requests that $N cancels a cookie for the specified account." + "Requests that $N cancel a cookie for the specified account." ); }; -- 2.20.1