From 0cb8e6b221a568eeb83d7ec2b6839579fadff4bb Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 21 Jul 2012 19:40:40 +0000 Subject: [PATCH] fixed typo --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 71e0de139..7a7c60451 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ 0.16.2 release - * fix permissions issue on linux whith noatime enabled for non-owned files + * fix permissions issue on linux with noatime enabled for non-owned files * use random peer IDs in anonymous mode * fix move_storage bugs * fix unnecessary dependency on boost.date_time when building boost.asio as separate compilation @@ -33,7 +33,7 @@ * change default of rate_limit_utp to true * fixed DLL export issue on windows (when building a shared library linking statically against boost) * fixed FreeBSD build - * fixed web seed performance issue whith pieces > 1 MiB + * fixed web seed performance issue with pieces > 1 MiB * fixed unchoke logic when using web seeds * fixed compatibility with older versions of boost (down to boost 1.40)