From f04dec4908b7ad0ec7746313af3071a7a71aeb48 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 26 Apr 2009 03:59:35 +0000 Subject: [PATCH] fix typo and naming convention svn:r19377 --- doc/contrib/authority-policy.txt | 18 +++++++++--------- 1 file 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.