aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirauth/dirvote.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-06-17 10:37:47 -0400
committerNick Mathewson <nickm@torproject.org>2020-06-17 10:37:47 -0400
commita82c0cdfcfefc1761883d7f25ecdea73d7216e16 (patch)
tree97e9edbae7213dba24d11e79aed15727ae4ad4be /src/feature/dirauth/dirvote.h
parent93d582b8e9ec60b78f52b31d56b7a946706f5dac (diff)
downloadtor-a82c0cdfcfefc1761883d7f25ecdea73d7216e16.tar.gz
tor-a82c0cdfcfefc1761883d7f25ecdea73d7216e16.zip
Spelling fix: "RECCOMEND" => "RECOMMEND".
Diffstat (limited to 'src/feature/dirauth/dirvote.h')
-rw-r--r--src/feature/dirauth/dirvote.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/dirauth/dirvote.h b/src/feature/dirauth/dirvote.h
index fa7b1da4ab..cf70e11845 100644
--- a/src/feature/dirauth/dirvote.h
+++ b/src/feature/dirauth/dirvote.h
@@ -238,13 +238,13 @@ STATIC microdesc_t *dirvote_create_microdescriptor(const routerinfo_t *ri,
/** The recommended relay protocols for this authority's votes.
* Recommending a new protocol causes old tor versions to log a warning.
*/
-#define DIRVOTE_RECCOMEND_RELAY_PROTO \
+#define DIRVOTE_RECOMMEND_RELAY_PROTO \
"Cons=1-2 Desc=1-2 DirCache=1 HSDir=1 HSIntro=3 HSRend=1 " \
"Link=4 Microdesc=1-2 Relay=2"
/** The recommended client protocols for this authority's votes.
* Recommending a new protocol causes old tor versions to log a warning.
*/
-#define DIRVOTE_RECCOMEND_CLIENT_PROTO \
+#define DIRVOTE_RECOMMEND_CLIENT_PROTO \
"Cons=1-2 Desc=1-2 DirCache=1 HSDir=1 HSIntro=3 HSRend=1 " \
"Link=4 Microdesc=1-2 Relay=2"