diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-26 11:41:33 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-26 11:41:33 -0500 |
commit | 5774ada5d29ec7abd5a258ff165755c946e97f5f (patch) | |
tree | b6f8a6129335e0ac5ce7e967e1c1e30647cd7037 /doc | |
parent | ffc3caf8d57eb755cfd867d6c0d781c737e26aa1 (diff) | |
download | tor-5774ada5d29ec7abd5a258ff165755c946e97f5f.tar.gz tor-5774ada5d29ec7abd5a258ff165755c946e97f5f.zip |
Fix typo in dir-spec.txt [found by sebastian]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/dir-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index a883c8871d..c843a7c41f 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -1618,7 +1618,7 @@ * If consensus-method 7 or later is in use, the params line is included in the output. - * If the conesensus method is under 11, bad exits are considered as + * If the consensus method is under 11, bad exits are considered as possible exits when computing bandwidth weights. Otherwise, if method 11 or later is in use, any router that is determined to get the BadExit flag doesn't count when we're calculating weights. |