[tor-commits] [torspec/master] Fix a typo in the directory spec where cache was used instead of client

nickm at torproject.org nickm at torproject.org
Tue Jan 26 15:03:51 UTC 2016


commit 3181c504713c2e7c64b2b4b0bf2c966c7d296d1a
Author: teor (Tim Wilson-Brown) <teor2345 at gmail.com>
Date:   Mon Jan 25 10:51:05 2016 +1100

    Fix a typo in the directory spec where cache was used instead of client
---
 dir-spec.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dir-spec.txt b/dir-spec.txt
index a61f02c..2ab1878 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -2996,8 +2996,8 @@
    consensus is no longer fresh, and 7/8 of the time remaining after
    that before the consensus is invalid.)
 
-   [For example, if a cache has a consensus that became valid at 1:00,
-    and is fresh until 2:00, and expires at 4:00, that cache will fetch
+   [For example, if a client has a consensus that became valid at 1:00,
+    and is fresh until 2:00, and expires at 4:00, that client will fetch
     a new consensus at a random time between 2:45 and 3:50, since 3/4
     of the one-hour interval is 45 minutes, and 7/8 of the remaining 75
     minutes is 65 minutes.]



More information about the tor-commits mailing list