aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-04 13:25:20 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-04 13:25:20 -0500
commit32b8734ba5d79992c278ad28e2c20ae09917d93d (patch)
tree3a33404932d52c9c2c7b7229ad49b8e152edf6ae
parentabc9ce324e7a0c6a482a861f48fc6bbf0589986b (diff)
downloadtor-32b8734ba5d79992c278ad28e2c20ae09917d93d.tar.gz
tor-32b8734ba5d79992c278ad28e2c20ae09917d93d.zip
dgoulet found some typos in the changelog
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ef75b54c04..e3f4aa1e32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,7 +12,7 @@ Changes in version 0.2.8.1-alpha - 2016-02-0?
new option KeepBindCapabilities. Closes ticket 8195.
o Major features (directory system):
- - When bootstrapping we not launch multiple consensus downloads at a
+ - When bootstrapping multiple consensus downloads at a
time, use the first one that starts downloading, and close the
rest. This reduces failures when authorities or fallback
directories are slow or down. Together with the code for feature
@@ -51,7 +51,7 @@ Changes in version 0.2.8.1-alpha - 2016-02-0?
0.2.0.11-alpha. Patch by "teor".
o Minor features (security, memory erasure):
- - Set the unused entires in a smartlist to NULL. This helped catch
+ - Set the unused entries in a smartlist to NULL. This helped catch
a (harmless) bug, and shouldn't affect performance too much.
Implements ticket 17026.
- Use SecureMemoryWipe() function to securely clean memory on