summaryrefslogtreecommitdiff
path: root/doc/contrib
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-04-26 03:59:35 +0000
committerRoger Dingledine <arma@torproject.org>2009-04-26 03:59:35 +0000
commitf04dec4908b7ad0ec7746313af3071a7a71aeb48 (patch)
tree6b7aa68169e41492dcc55ff1ca7ee73dc510fd6c /doc/contrib
parente4d3352e3fbeba823b0b9e11f282c357f4175cec (diff)
downloadtor-f04dec4908b7ad0ec7746313af3071a7a71aeb48.tar.gz
tor-f04dec4908b7ad0ec7746313af3071a7a71aeb48.zip
fix typo and naming convention
svn:r19377
Diffstat (limited to 'doc/contrib')
-rw-r--r--doc/contrib/authority-policy.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/contrib/authority-policy.txt b/doc/contrib/authority-policy.txt
index 657ee0ae96..dd3dc11787 100644
--- a/doc/contrib/authority-policy.txt
+++ b/doc/contrib/authority-policy.txt
@@ -30,8 +30,8 @@
o Availability:
- Must be available to upgrade within a few days in most cases.
(While we're still developing Tor, we periodically find bugs that
- impact the whole network and require dirserver upgrades.)
- - Should be have a well-known way to contact the administrator
+ impact the whole network and require authority upgrades.)
+ - Should have a well-known way to contact the administrator
via PGP-encrypted message.
o Integrity:
@@ -46,14 +46,14 @@
o Diversity
- We should avoid situations that make it likelier for multiple
- dirserver failures to happen at the same time. Therefore...
- - It's good when dirservers are not all in the same country.
- - It's good when dirservers are not all in the same jurisdictions.
- - It's good when dirservers are not all running the same OS.
- - It's good when dirservers are not all using the same ISP.
- - It's good when dirservers are not all running the same
+ authority failures to happen at the same time. Therefore...
+ - It's good when authorities are not all in the same country.
+ - It's good when authorities are not all in the same jurisdictions.
+ - It's good when authorities are not all running the same OS.
+ - It's good when authorities are not all using the same ISP.
+ - It's good when authorities are not all running the same
version of Tor.
- - No two dirservers should have the same operator.
+ - No two authorities should have the same operator.
- Maximal diversity, however, is not always practical. Sometimes,
for example, there is only one version of Tor that provides a
given consensus generation algorithm.