forked from premiere/premiere-libtorrent
spell correction
This commit is contained in:
parent
45d9614a1b
commit
2e34bef04c
|
@ -2200,7 +2200,7 @@ namespace libtorrent
|
||||||
TORRENT_ASSERT(index < m_torrent_file->num_pieces());
|
TORRENT_ASSERT(index < m_torrent_file->num_pieces());
|
||||||
#ifdef TORRENT_DEBUG
|
#ifdef TORRENT_DEBUG
|
||||||
// make sure all blocks were successfully written before we
|
// make sure all blocks were successfully written before we
|
||||||
// declare the piece has "we have".
|
// declare the piece as "we have".
|
||||||
piece_picker::downloading_piece dp;
|
piece_picker::downloading_piece dp;
|
||||||
m_picker->piece_info(index, dp);
|
m_picker->piece_info(index, dp);
|
||||||
int blocks_in_piece = m_picker->blocks_in_piece(index);
|
int blocks_in_piece = m_picker->blocks_in_piece(index);
|
||||||
|
|
Loading…
Reference in New Issue