diff options
author | Roger Dingledine <arma@torproject.org> | 2017-05-19 02:06:44 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2017-05-19 02:06:44 -0400 |
commit | 553cd7f0c5a45c0afdd6badb5170a59bf4ab3c71 (patch) | |
tree | 27d7c7e4fe90f49f42e50ea98b87b1614c5e2504 /src/or | |
parent | e507751b9beb4ddabdda2d612387ab9edd58dac1 (diff) | |
download | tor-553cd7f0c5a45c0afdd6badb5170a59bf4ab3c71.tar.gz tor-553cd7f0c5a45c0afdd6badb5170a59bf4ab3c71.zip |
fix typo
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 784ae0c458..023d5f4cb7 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -2775,7 +2775,7 @@ compute_publishserverdescriptor(or_options_t *options) #define MIN_REND_POST_PERIOD (10*60) #define MIN_REND_POST_PERIOD_TESTING (5) -/** Higest allowable value for CircuitsAvailableTimeout. +/** Highest allowable value for CircuitsAvailableTimeout. * If this is too large, client connections will stay open for too long, * incurring extra padding overhead. */ #define MAX_CIRCS_AVAILABLE_TIME (24*60*60) |