diff --git a/docs/index.html b/docs/index.html index 69db98026..14010a1e1 100755 --- a/docs/index.html +++ b/docs/index.html @@ -510,7 +510,7 @@ current task is in the state member, it will be one of the following:
- queued_for_cecking + queued_for_checking The torrent is in the queue for being checked. But there currently is another @@ -581,7 +581,7 @@ struct peer_info

The flags attribute tells you in which state the peer is. It is set to any combination of the four enums above. Where interesting means that we -are interested in pieces from this peer. choked means that we has +are interested in pieces from this peer. choked means that we have choked this peer. remote_interested and remote_choked means the same thing but that the peer is interested in pieces from us and the peer has choked us.