From 2e34bef04cfa464ebc91ba842524377a2a7e2638 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 6 May 2010 23:56:54 +0000 Subject: [PATCH] spell correction --- src/torrent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/torrent.cpp b/src/torrent.cpp index ae7487428..6a1090243 100644 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -2200,7 +2200,7 @@ namespace libtorrent TORRENT_ASSERT(index < m_torrent_file->num_pieces()); #ifdef TORRENT_DEBUG // 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; m_picker->piece_info(index, dp); int blocks_in_piece = m_picker->blocks_in_piece(index);