commit 1ef1ed76d864b6c3147c0444d9114ebcc53c18b5
parent 8625f36de1085cb24e532adb0bb76d3d2b6b5808
Author: David Goulet <dgoulet@torproject.org>
Date: Wed, 2 May 2018 09:06:40 -0400
dirvote: Fix typo in comment
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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