summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2017-05-19 02:06:44 -0400
committerRoger Dingledine <arma@torproject.org>2017-05-19 02:06:44 -0400
commit553cd7f0c5a45c0afdd6badb5170a59bf4ab3c71 (patch)
tree27d7c7e4fe90f49f42e50ea98b87b1614c5e2504
parente507751b9beb4ddabdda2d612387ab9edd58dac1 (diff)
downloadtor-553cd7f0c5a45c0afdd6badb5170a59bf4ab3c71.tar.gz
tor-553cd7f0c5a45c0afdd6badb5170a59bf4ab3c71.zip
fix typo
-rw-r--r--src/or/config.c2
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)