aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-06-06 00:30:25 -0400
committerRoger Dingledine <arma@torproject.org>2012-06-06 00:30:25 -0400
commit0ee13dc287320c0b1aeffb0854534ee1d8b561b2 (patch)
tree8e50d7207f6a85880f9f78db99daa5b53671c008 /ReleaseNotes
parentf136e835d8f98a0508bfa418d01c40f0b73935a3 (diff)
downloadtor-0ee13dc287320c0b1aeffb0854534ee1d8b561b2.tar
tor-0ee13dc287320c0b1aeffb0854534ee1d8b561b2.tar.gz
use my time machine to fix a few more typos
Diffstat (limited to 'ReleaseNotes')
-rw-r--r--ReleaseNotes2
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseNotes b/ReleaseNotes
index 98f80349f..563f94dbb 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -42,7 +42,7 @@ Changes in version 0.2.2.36 - 2012-05-24
- Provide controllers with a safer way to implement the cookie
authentication mechanism. With the old method, if another locally
running program could convince a controller that it was the Tor
- process, then that program could trick the contoller into telling
+ process, then that program could trick the controller into telling
it the contents of an arbitrary 32-byte file. The new "SAFECOOKIE"
authentication method uses a challenge-response approach to prevent
this attack. Fixes bug 5185; implements proposal 193.