diff options
author | David Goulet <dgoulet@torproject.org> | 2018-05-02 09:06:40 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-05-02 09:06:40 -0400 |
commit | 1ef1ed76d864b6c3147c0444d9114ebcc53c18b5 (patch) | |
tree | 4e2e57152c05ce30b42d02051d452bd1a16f2a2d /src/or/dirauth | |
parent | 8625f36de1085cb24e532adb0bb76d3d2b6b5808 (diff) | |
download | tor-1ef1ed76d864b6c3147c0444d9114ebcc53c18b5.tar.gz tor-1ef1ed76d864b6c3147c0444d9114ebcc53c18b5.zip |
dirvote: Fix typo in comment
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/dirauth')
-rw-r--r-- | src/or/dirauth/dirvote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirauth/dirvote.c b/src/or/dirauth/dirvote.c index fd629ca6ff..66a530b6db 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 |