diff options
author | Roger Dingledine <arma@torproject.org> | 2018-06-24 18:08:24 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2018-06-24 18:08:24 -0400 |
commit | 73ae92dc52f94e36bc58cb0c00f615a575d27da8 (patch) | |
tree | da70dad820b13275aa69c7218c320ab07655a945 /src/or/dirserv.c | |
parent | eb784aa9eaced1adb436d752ccdbeb2ff19c9e23 (diff) | |
download | tor-73ae92dc52f94e36bc58cb0c00f615a575d27da8.tar.gz tor-73ae92dc52f94e36bc58cb0c00f615a575d27da8.zip |
we've never been good at using "directory" well as a noun
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 077135841f..8c26311710 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 |