some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv..

This commit is contained in:
Alf Gaida
2013-10-05 18:26:55 +02:00
parent b1df2f43aa
commit cc6de3f665
4 changed files with 6 additions and 6 deletions

View File

@@ -394,7 +394,7 @@ dcc_close (struct DCC *dcc, int dccstat, int destroy)
if(dccstat == STAT_DONE)
{
/* if we just completed a dcc recieve, move the */
/* if we just completed a dcc receive, move the */
/* completed file to the completed directory */
if(dcc->type == TYPE_RECV)
{

View File

@@ -87,7 +87,7 @@ struct DCC
unsigned char dccstat; /* 0 = QUEUED 1 = ACTIVE 2 = FAILED 3 = DONE */
unsigned int resume_sent:1; /* resume request sent */
unsigned int fastsend:1;
unsigned int ackoffset:1; /* is reciever sending acks as an offset from */
unsigned int ackoffset:1; /* is receiver sending acks as an offset from */
/* the resume point? */
unsigned int throttled:2; /* 0x1 = per send/get throttle
0x2 = global throttle */