tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 73ae92dc52f94e36bc58cb0c00f615a575d27da8
parent eb784aa9eaced1adb436d752ccdbeb2ff19c9e23
Author: Roger Dingledine <arma@torproject.org>
Date:   Sun, 24 Jun 2018 18:08:24 -0400

we've never been good at using "directory" well as a noun

Diffstat:
Msrc/or/dirserv.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/dirserv.c b/src/or/dirserv.c @@ -49,7 +49,7 @@ /** * \file dirserv.c * \brief Directory server core implementation. Manages directory - * contents and generates directories. + * contents and generates directory documents. * * This module implements most of directory cache functionality, and some of * the directory authority functionality. The directory.c module delegates