summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-19 08:29:45 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-19 08:29:45 -0400
commit7c7d990704219ff1033dc9dc257378757ad7cecf (patch)
tree924ce415bf07cc75075c9245765bd4149b3d9b22
parent06803c317f3865b2a365c4485618828f60bd5de9 (diff)
downloadtor-7c7d990704219ff1033dc9dc257378757ad7cecf.tar.gz
tor-7c7d990704219ff1033dc9dc257378757ad7cecf.zip
changelog typo fix
-rw-r--r--changes/bug188092
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/bug18809 b/changes/bug18809
index 6ee50887a0..94e6369b40 100644
--- a/changes/bug18809
+++ b/changes/bug18809
@@ -7,7 +7,7 @@
- Fix some edge cases where consensus download connections
may not have been closed, even though they were not needed.
- Make relays retry consensus downloads the correct number of
- times, rather than the more aggresive client retry count.
+ times, rather than the more aggressive client retry count.
- Stop downloading consensuses when we have a consensus,
even if we don't have all the certificates for it yet.
Closes ticket 18943, bugfix on #4483 in 0.2.8.1-alpha,