diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-06-17 10:37:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-06-17 10:37:47 -0400 |
commit | a82c0cdfcfefc1761883d7f25ecdea73d7216e16 (patch) | |
tree | 97e9edbae7213dba24d11e79aed15727ae4ad4be /src/feature/dirauth/dirvote.c | |
parent | 93d582b8e9ec60b78f52b31d56b7a946706f5dac (diff) | |
download | tor-a82c0cdfcfefc1761883d7f25ecdea73d7216e16.tar.gz tor-a82c0cdfcfefc1761883d7f25ecdea73d7216e16.zip |
Spelling fix: "RECCOMEND" => "RECOMMEND".
Diffstat (limited to 'src/feature/dirauth/dirvote.c')
-rw-r--r-- | src/feature/dirauth/dirvote.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/dirauth/dirvote.c b/src/feature/dirauth/dirvote.c index 85a23a12f6..79651563b4 100644 --- a/src/feature/dirauth/dirvote.c +++ b/src/feature/dirauth/dirvote.c @@ -4679,9 +4679,9 @@ dirserv_generate_networkstatus_vote_obj(crypto_pk_t *private_key, /* These are hardwired, to avoid disaster. */ v3_out->recommended_relay_protocols = - tor_strdup(DIRVOTE_RECCOMEND_RELAY_PROTO); + tor_strdup(DIRVOTE_RECOMMEND_RELAY_PROTO); v3_out->recommended_client_protocols = - tor_strdup(DIRVOTE_RECCOMEND_CLIENT_PROTO); + tor_strdup(DIRVOTE_RECOMMEND_CLIENT_PROTO); v3_out->required_relay_protocols = tor_strdup(DIRVOTE_REQUIRE_RELAY_PROTO); |