aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-07 09:13:30 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-07 09:13:30 +0000
commit9fb98b269c0b8a7ac3cd2cb3228d0810c3416ffa (patch)
tree5e16818b5118d3cef4ccb24ba035879a7562dc02 /doc/TODO
parenta339449a41fb4d05f9c996df457ba03093d43502 (diff)
downloadtor-9fb98b269c0b8a7ac3cd2cb3228d0810c3416ffa.tar
tor-9fb98b269c0b8a7ac3cd2cb3228d0810c3416ffa.tar.gz
finish poking and prodding. i'm all happy now.
svn:r8633
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 212775802..e4267fe28 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -78,7 +78,7 @@ P - Figure out why openssl 0.9.8c "make test" fails at sha256t test.
Items for 0.1.2.x:
- Now that we're avoiding exits when picking non-exit positions,
we need to consider how to pick nodes for internal circuits. If
- we avoid exits for all positions, we skew the load balancig. If
+ we avoid exits for all positions, we skew the load balancing. If
we accept exits for all positions, we leak whether it's an internal
circuit at every step. If we accept exits only at the last hop, we
reintroduce Lasse's attacks from the Oakland paper.