diff options
author | Roger Dingledine <arma@torproject.org> | 2020-03-27 02:56:59 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2020-03-27 02:56:59 -0400 |
commit | f8ecf01cc1bbe8a483623a05161276c5ae8bbd54 (patch) | |
tree | 9504a4d8f89aa1cc9f2dbe98c5c1ef1d5e60e3ad /src/feature/relay/router.c | |
parent | a4304c603188da49dcf2ded7cb53230ba2cae74c (diff) | |
download | tor-f8ecf01cc1bbe8a483623a05161276c5ae8bbd54.tar.gz tor-f8ecf01cc1bbe8a483623a05161276c5ae8bbd54.zip |
spell consensus more right in comments
Diffstat (limited to 'src/feature/relay/router.c')
-rw-r--r-- | src/feature/relay/router.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/feature/relay/router.c b/src/feature/relay/router.c index 3e92f202e6..9b62bb385c 100644 --- a/src/feature/relay/router.c +++ b/src/feature/relay/router.c @@ -748,8 +748,8 @@ v3_authority_check_key_expiry(void) } /** Get the lifetime of an onion key in days. This value is defined by the - * network consesus parameter "onion-key-rotation-days". Always returns a value - * between <b>MIN_ONION_KEY_LIFETIME_DAYS</b> and + * network consensus parameter "onion-key-rotation-days". Always returns a + * value between <b>MIN_ONION_KEY_LIFETIME_DAYS</b> and * <b>MAX_ONION_KEY_LIFETIME_DAYS</b>. */ static int @@ -763,7 +763,7 @@ get_onion_key_rotation_days_(void) } /** Get the current lifetime of an onion key in seconds. This value is defined - * by the network consesus parameter "onion-key-rotation-days", but the value + * by the network consensus parameter "onion-key-rotation-days", but the value * is converted to seconds. */ int @@ -773,7 +773,7 @@ get_onion_key_lifetime(void) } /** Get the grace period of an onion key in seconds. This value is defined by - * the network consesus parameter "onion-key-grace-period-days", but the value + * the network consensus parameter "onion-key-grace-period-days", but the value * is converted to seconds. */ int |