1
0
Fork 0
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:
Mike Gelfand 2016-04-23 16:21:39 +00:00
parent 0862099d0b
commit 076fd29098

View file

@ -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. */