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/test/test_protover.c | |
parent | 93d582b8e9ec60b78f52b31d56b7a946706f5dac (diff) | |
download | tor-a82c0cdfcfefc1761883d7f25ecdea73d7216e16.tar.gz tor-a82c0cdfcfefc1761883d7f25ecdea73d7216e16.zip |
Spelling fix: "RECCOMEND" => "RECOMMEND".
Diffstat (limited to 'src/test/test_protover.c')
-rw-r--r-- | src/test/test_protover.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_protover.c b/src/test/test_protover.c index c33fbcae2c..8fccae1a45 100644 --- a/src/test/test_protover.c +++ b/src/test/test_protover.c @@ -645,8 +645,8 @@ test_protover_vote_roundtrip_ours(void *args) (void) args; const char *examples[] = { protover_get_supported_protocols(), - DIRVOTE_RECCOMEND_RELAY_PROTO, - DIRVOTE_RECCOMEND_CLIENT_PROTO, + DIRVOTE_RECOMMEND_RELAY_PROTO, + DIRVOTE_RECOMMEND_CLIENT_PROTO, DIRVOTE_REQUIRE_RELAY_PROTO, DIRVOTE_REQUIRE_CLIENT_PROTO, }; |