Fixed areamgr/filemgr help spelling errors

This commit is contained in:
Michiel Broek 2002-02-23 16:55:11 +00:00
parent 0f7a8101f8
commit bc1f30a703
3 changed files with 5 additions and 2 deletions

View File

@ -4629,6 +4629,9 @@ v0.33.20 10-Feb-2002
between the sysop name and fidonet aka. between the sysop name and fidonet aka.
When creating a filefind netmail reply there was no When creating a filefind netmail reply there was no
destination address. destination address.
Corrected spelling errors in the Areamgr and Filemgr help
messages.
mball: mball:
Will not crash anymore when it needs more then 10 minutes to Will not crash anymore when it needs more then 10 minutes to
create the allfiles and newfiles lists. create the allfiles and newfiles lists.

View File

@ -88,7 +88,7 @@ void A_Help(faddr *t, char *replyid)
if ((fp = SendMgrMail(t, CFG.ct_KeepMgr, FALSE, (char *)"Areamgr", (char *)"AreaMgr help", replyid)) != NULL) { if ((fp = SendMgrMail(t, CFG.ct_KeepMgr, FALSE, (char *)"Areamgr", (char *)"AreaMgr help", replyid)) != NULL) {
fprintf(fp, "Address all requests to '%s' (without quotes)\r", (char *)"Areamgr"); fprintf(fp, "Address all requests to '%s' (without quotes)\r", (char *)"Areamgr");
fprintf(fp, "Youre AreaMgr password goes on the subject line.\r\r"); fprintf(fp, "Your AreaMgr password goes on the subject line.\r\r");
fprintf(fp, "In the body of the message to AreaMgr:\r\r"); fprintf(fp, "In the body of the message to AreaMgr:\r\r");

View File

@ -85,7 +85,7 @@ void F_Help(faddr *t, char *replyid)
if ((fp = SendMgrMail(t, CFG.ct_KeepMgr, FALSE, (char *)"Filemgr", (char *)"FileMgr help", replyid)) != NULL) { if ((fp = SendMgrMail(t, CFG.ct_KeepMgr, FALSE, (char *)"Filemgr", (char *)"FileMgr help", replyid)) != NULL) {
fprintf(fp, "Address all requests to '%s' (without quotes)\r", (char *)"Filemgr"); fprintf(fp, "Address all requests to '%s' (without quotes)\r", (char *)"Filemgr");
fprintf(fp, "Youre FileMgr password goes on the subject line.\r\r"); fprintf(fp, "Your FileMgr password goes on the subject line.\r\r");
fprintf(fp, "In the body of the message to FileMgr:\r\r"); fprintf(fp, "In the body of the message to FileMgr:\r\r");