commit 73ae92dc52f94e36bc58cb0c00f615a575d27da8 Author: Roger Dingledine arma@torproject.org Date: Sun Jun 24 18:08:24 2018 -0400
we've never been good at using "directory" well as a noun --- src/or/dirserv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 077135841..8c2631171 100644 --- 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
tor-commits@lists.torproject.org