Discussion:
[fossil-users] email.c typo
jungle Boogie
2018-06-27 16:45:20 UTC
Permalink
Hi All,

I spotted one small type in the email.c file:

Index: src/email.c
==================================================================
--- src/email.c
+++ src/email.c
@@ -2028,11 +2028,11 @@

/*
** WEBPAGE: announce
**
** A web-form, available to users with the "Send-Announcement" or "A"
-** capability, that allows one to to send an announcements to whomever
+** capability, that allows one to send an announcements to whomever
** has subscribed to them. The administrator can also send an announcement
** to the entire mailing list (including people who have elected to
** receive no announcements or notifications of any kind, or to
** individual email to anyone.
*/

I think the rest looks good, but others should feel free to review as well!
Donald Griggs
2018-06-28 17:16:32 UTC
Permalink
And I assume " to send an announcements" should be either " to send
announcements" or " to send an announcement"
/email.c
Loading...