[tor/master] dirvote: Fix typo in comment

commit 1ef1ed76d864b6c3147c0444d9114ebcc53c18b5 Author: David Goulet <dgoulet@torproject.org> Date: Wed May 2 09:06:40 2018 -0400 dirvote: Fix typo in comment Signed-off-by: David Goulet <dgoulet@torproject.org> --- src/or/dirauth/dirvote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/dirauth/dirvote.c b/src/or/dirauth/dirvote.c index fd629ca6f..66a530b6d 100644 --- a/src/or/dirauth/dirvote.c +++ b/src/or/dirauth/dirvote.c @@ -3972,7 +3972,7 @@ dirvote_clear_commits(networkstatus_t *ns) } } -/* The given url is the /tor/status-gove GET directory request. Populates the +/* The given url is the /tor/status-vote GET directory request. Populates the * items list with strings that we can compress on the fly and dir_items with * cached_dir_t objects that have a precompressed deflated version. */ void
participants (1)
-
dgoulet@torproject.org