[tor-commits] [tor/master] fix typo
arma at torproject.org
arma at torproject.org
Fri May 19 06:06:54 UTC 2017
commit 553cd7f0c5a45c0afdd6badb5170a59bf4ab3c71
Author: Roger Dingledine <arma at torproject.org>
Date: Fri May 19 02:06:44 2017 -0400
fix typo
---
src/or/config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/config.c b/src/or/config.c
index 784ae0c..023d5f4 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)
More information about the tor-commits
mailing list