aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-30 09:52:36 -0400
committerNick Mathewson <nickm@torproject.org>2014-10-30 09:52:36 -0400
commitb46259e368fcdb0b4c30aefc5fd14a6af1282131 (patch)
tree554622a55f596b6b1a1cd090259feba04e7085c6
parentd8ced3b473e90489fafe14948fb1a66f6a5c60fe (diff)
downloadtor-b46259e368fcdb0b4c30aefc5fd14a6af1282131.tar.gz
tor-b46259e368fcdb0b4c30aefc5fd14a6af1282131.zip
Fix a typo in the ChangeLog, spotted by Yawning
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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.