From b46259e368fcdb0b4c30aefc5fd14a6af1282131 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 30 Oct 2014 09:52:36 -0400 Subject: [PATCH] Fix a typo in the ChangeLog, spotted by Yawning --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f7537f2031..00a3e9cdf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ Changes in version 0.2.6.1-alpha - 2014-10-30 includes numerous code cleanups and new tests, and fixes a large number of annoying bugs. Out-of-memory conditions are handled better than in 0.2.5, pluggable transports have improved proxy support, and - clients how use optimistic data for contacting hidden services. Also, + clients now use optimistic data for contacting hidden services. Also, we are now more robust to changes in what we consider a parseable directory object, so that tightening restrictions does not have a risk of introducing infinite download loops.