diff options
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index 3ac11b6c5..0de573286 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -236,7 +236,7 @@ directory_initiate_command_router(routerinfo_t *router, } /** Launch a new connection to the directory server <b>status</b> to upload or - * download a service or rendezvous descriptor. <b>purpose</b> determines what + * download a server or rendezvous descriptor. <b>purpose</b> determines what * kind of directory connection we're launching, and must be one of * DIR_PURPOSE_{FETCH|UPLOAD}_{DIR|RENDDESC}. * |