diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-20 23:38:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-20 23:38:53 +0000 |
commit | 1c5d641d898d27d1c6c1ec067f949140a68953cd (patch) | |
tree | 4792e67c2b012daa2fa90f0ec9142dcec34edba7 | |
parent | f0e523c6ef9f6308a72d3474aaec04718a100ac9 (diff) | |
download | tor-1c5d641d898d27d1c6c1ec067f949140a68953cd.tar.gz tor-1c5d641d898d27d1c6c1ec067f949140a68953cd.zip |
r18277@catbus: nickm | 2008-02-20 18:28:45 -0500
Fix spelling
svn:r13631
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |