From 076fd290985f53426abc4cdaec9e5cc6ebc754b6 Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Sat, 23 Apr 2016 16:21:39 +0000 Subject: [PATCH] #6071: Fix typo in comment --- libtransmission/peer-msgs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.40.0