From cc6de3f6651e3d72bb4b1a3a84c00581f8d73a01 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 5 Oct 2013 18:26:55 +0200 Subject: some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv.. --- src/common/dcc.c | 2 +- src/common/dcc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common') diff --git a/src/common/dcc.c b/src/common/dcc.c index 5f4b1190..57354ba9 100644 --- a/src/common/dcc.c +++ b/src/common/dcc.c @@ -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) { diff --git a/src/common/dcc.h b/src/common/dcc.h index acb87f34..ade1dae7 100644 --- a/src/common/dcc.h +++ b/src/common/dcc.h @@ -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 */ -- cgit 1.4.1