src/nickserv.help: Fix grammar in DELCOOKIE and ODELCOOKIE.
authorMichael Poole <mdpoole@troilus.org>
Sun, 9 Mar 2008 00:52:08 +0000 (19:52 -0500)
committerMichael Poole <mdpoole@troilus.org>
Sun, 9 Mar 2008 00:52:08 +0000 (19:52 -0500)
src/nickserv.help

index 6ceb4d620e391badf54cbd67302177633925c56f..cee38d813cd84eab732ae20bcbdf368e0d8a09f1 100644 (file)
 "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"
         );
 "ODELCOOKIE" {
         "/services/nickserv/email_enabled" (
         "/msg $N ODELCOOKIE <nick|*account>",
-        "Requests that $N cancels a cookie for the specified account."
+        "Requests that $N cancel a cookie for the specified account."
         );
 };