mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +00:00
#6071: Fix typo in comment
This commit is contained in:
parent
0862099d0b
commit
076fd29098
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ struct tr_peerMsgs
|
||||||
/* whether or not the peer has indicated it will download from us. */
|
/* whether or not the peer has indicated it will download from us. */
|
||||||
bool peer_is_interested;
|
bool peer_is_interested;
|
||||||
|
|
||||||
/* whether or the peer is choking us. */
|
/* whether or not the peer is choking us. */
|
||||||
bool client_is_choked;
|
bool client_is_choked;
|
||||||
|
|
||||||
/* whether or not we've indicated to the peer that we would download from them if unchoked. */
|
/* whether or not we've indicated to the peer that we would download from them if unchoked. */
|
||||||
|
|
Loading…
Reference in a new issue