#6071 closed Enhancement (fixed)
typo in peer-msgs.c
Reported by: | cfpp2p | Owned by: | jordan |
---|---|---|---|
Priority: | Lowest | Milestone: | 3.00 |
Component: | libtransmission | Version: | 2.84 |
Severity: | Trivial | Keywords: | patch |
Cc: |
Description
peer-msgs.c line 184
/* whether or the peer is choking us. */ bool client_is_choked;
would look better like
/* whether or not the peer is choking us. */ bool client_is_choked;
Change History (6)
comment:1 Changed 7 years ago by Robby
- Keywords patch added
comment:2 Changed 7 years ago by x190
- Type changed from Bug to Enhancement
comment:3 Changed 7 years ago by Robby
comment:4 Changed 7 years ago by mike.dld
- Milestone changed from None Set to 3.00
comment:5 Changed 7 years ago by mike.dld
- Resolution set to fixed
- Status changed from new to closed
Fixed in r14734, thanks :)
comment:6 Changed 7 years ago by x190
¡¡¡HELP!!! - the peer is choking us! :D
Note: See
TracTickets for help on using
tickets.
The sentence is currently broken. I would consider that a bug. :-P