Corrected a spelling error, mostly in comment lines

This commit is contained in:
Michiel Broek 2002-06-19 20:31:35 +00:00
parent 9d3926c3a9
commit cfedf5d784
20 changed files with 25 additions and 25 deletions

View File

@ -41,7 +41,7 @@
#include "nlinfo.h"
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */
int do_attach = FALSE; /* Send file attaches */
int do_node = FALSE; /* Query the nodelist */
int do_poll = FALSE; /* Poll a node */

View File

@ -44,7 +44,7 @@
#include "announce.h"
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */
struct _filerecord T_File; /* Internal announce record */
int TotalFiles; /* Total announced files */
unsigned long TotalSize; /* Total size in KBytes. */

View File

@ -56,7 +56,7 @@
#define MAX_FILES_NETMAIL 100
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */
struct _filerecord T_File; /* Internal announce record */
int Requests = 0; /* Total found request */
int Replies = 0; /* Total generated replies */

View File

@ -44,7 +44,7 @@
int do_announce = FALSE; /* Announce flag */
int do_filefind = FALSE; /* FileFind flag */
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */
extern int show_log; /* Show logging */
time_t t_start; /* Start time */
time_t t_end; /* End time */

View File

@ -49,7 +49,7 @@ extern unsigned short crc16xmodemtab[];
extern int show_log;
extern int e_pid;
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */
extern int show_log; /* Show logging */
time_t t_start; /* Start time */
time_t t_end; /* End time */

View File

@ -41,9 +41,9 @@
extern int do_quiet; /* Supress screen output */
extern int do_annon; /* Supress announce file */
extern int do_novir; /* Suppess virus check */
extern int do_quiet; /* Suppress screen output */
extern int do_annon; /* Suppress announce file */
extern int do_novir; /* Suppress virus check */
void AdoptFile(int Area, char *File, char *Description)

View File

@ -40,7 +40,7 @@
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */
extern int do_pack; /* Pack filebase */

View File

@ -40,7 +40,7 @@
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */

View File

@ -50,7 +50,7 @@
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */
int do_annon = FALSE; /* Suppress announce on new files */
int do_novir = FALSE; /* Suppress virus check */
int do_adopt = FALSE; /* Adopt a file */

View File

@ -41,9 +41,9 @@
extern int do_quiet; /* Supress screen output */
extern int do_annon; /* Supress announce files */
extern int do_novir; /* Supress virus scanning */
extern int do_quiet; /* Suppress screen output */
extern int do_annon; /* Suppress announce files */
extern int do_novir; /* Suppress virus scanning */
void ImportFiles(int Area)

View File

@ -41,7 +41,7 @@
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */
int lastfile; /* Last file number */
long gfilepos = 0; /* Global file position */

View File

@ -40,7 +40,7 @@
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */
extern int do_pack; /* Perform pack */

View File

@ -40,7 +40,7 @@
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */
void ListFileAreas(int Area)

View File

@ -40,7 +40,7 @@
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */

View File

@ -40,7 +40,7 @@
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */
extern int do_index; /* Reindex filebases */

View File

@ -40,7 +40,7 @@
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */

View File

@ -40,7 +40,7 @@
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */
extern int e_pid; /* Pid of external process */
extern time_t t_start; /* Start time */
extern time_t t_end; /* End time */
@ -129,7 +129,7 @@ void Help(void)
colour(LIGHTBLUE, BLACK);
printf("\n Options are:\n\n");
colour(CYAN, BLACK);
printf(" -a -announce Supress announce added files\n");
printf(" -a -announce Suppress announce added files\n");
printf(" -q -quiet Quiet mode\n");
printf(" -v -virus Suppress virus scanning, use with care\n");
die(0);

View File

@ -41,7 +41,7 @@
#include "msgutil.h"
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */
/*

View File

@ -40,7 +40,7 @@
#include "post.h"
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */

View File

@ -39,7 +39,7 @@
#include "mball.h"
extern int do_quiet; /* Supress screen output */
extern int do_quiet; /* Suppress screen output */
int do_zip = FALSE; /* Create ZIP archives */
int do_list = FALSE; /* Create filelist */
extern int e_pid; /* Pid of child */