From: Mike Gelfand Date: Sat, 23 Apr 2016 16:21:39 +0000 (+0000) Subject: #6071: Fix typo in comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=076fd290985f53426abc4cdaec9e5cc6ebc754b6;p=transmission #6071: Fix typo in comment --- diff --git a/libtransmission/peer-msgs.c b/libtransmission/peer-msgs.c index 7077d1b7a..759688ac7 100644 --- a/libtransmission/peer-msgs.c +++ b/libtransmission/peer-msgs.c @@ -181,7 +181,7 @@ struct tr_peerMsgs /* whether or not the peer has indicated it will download from us. */ bool peer_is_interested; - /* whether or the peer is choking us. */ + /* whether or not the peer is choking us. */ bool client_is_choked; /* whether or not we've indicated to the peer that we would download from them if unchoked. */