From 79a20e046f3abb53643682dc2efb3096cf550799 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 15 Apr 2017 22:19:04 +0900 Subject: [PATCH] Fix typo --- ChangeLog.old | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.old b/ChangeLog.old index ef4d9440..67e0b70c 100644 --- a/ChangeLog.old +++ b/ChangeLog.old @@ -2300,7 +2300,7 @@ Fixed the bug that segments are not filled to Request::getMaxPipelinedRequest(). - Make sure that trailing data of transfer encoding is read property, + Make sure that trailing data of transfer encoding is read properly, after file data is received. * src/AbstractCommand.cc * src/DownloadCommand.cc @@ -25724,7 +25724,7 @@ (getMissingIndex): Don't call getMissingIndexRandomly() if max is 0. (getMissingUnusedIndex): Don't call getMissingIndexRandomly() if max is 0. - (getMissingIndex): Don't't call getMissingIndexRandomly() if max is 0. + (getMissingIndex): Don't call getMissingIndexRandomly() if max is 0. * src/TorrentMan.h (UsedPieces): Removed. (Pieces): New type definition.