diff options
author | TingPing <TingPing@users.noreply.github.com> | 2013-10-05 09:31:34 -0700 |
---|---|---|
committer | TingPing <TingPing@users.noreply.github.com> | 2013-10-05 09:31:34 -0700 |
commit | 435e8881ed7a21014d70069752d64267e92b7735 (patch) | |
tree | d467340d9aa1eb42eb3efd418012581c2680ebf0 /src/common/dcc.h | |
parent | b1df2f43aa0af55614d29f44064233024f0b29a8 (diff) | |
parent | cc6de3f6651e3d72bb4b1a3a84c00581f8d73a01 (diff) |
Merge pull request #787 from siduction/master
some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv..
Diffstat (limited to 'src/common/dcc.h')
-rw-r--r-- | src/common/dcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |