aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-20 23:38:53 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-20 23:38:53 +0000
commit1c5d641d898d27d1c6c1ec067f949140a68953cd (patch)
tree4792e67c2b012daa2fa90f0ec9142dcec34edba7 /ChangeLog
parentf0e523c6ef9f6308a72d3474aaec04718a100ac9 (diff)
downloadtor-1c5d641d898d27d1c6c1ec067f949140a68953cd.tar
tor-1c5d641d898d27d1c6c1ec067f949140a68953cd.tar.gz
r18277@catbus: nickm | 2008-02-20 18:28:45 -0500
Fix spelling svn:r13631
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f17da10b1..c8b536f46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,7 +57,7 @@ Changes in version 0.2.0.20-?? - 2008-02-??
version of it, when handling a "/tor/networkstatus-bridges"
directory request. Now compare correctly. Noticed by Veracode.
- When starting as an authority, do not overwrite all certificates
- cached from author authorities. Bugfix on 0.2.0.x. Fixes bug 606.
+ cached from other authorities. Bugfix on 0.2.0.x. Fixes bug 606.
o Code simplifications and refactoring:
- Remove the tor_strpartition function: its logic was confused,