diff options
author | Roger Dingledine <arma@torproject.org> | 2011-05-29 18:52:37 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-05-29 18:52:37 -0400 |
commit | 5f182ea10e25ed027cf75627f74013e7c6da2038 (patch) | |
tree | 91267d1ec76e7f7abec7bbdf83e46be7718f4048 /src/or/circuitbuild.c | |
parent | 1f18b5a5d532449f46a9c4b74d188870ea56d813 (diff) | |
download | tor-5f182ea10e25ed027cf75627f74013e7c6da2038.tar.gz tor-5f182ea10e25ed027cf75627f74013e7c6da2038.zip |
answer an XXX nickm asked in aa950e6c4
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 108007e384..9509b5ad18 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -262,7 +262,7 @@ circuit_build_times_test_frequency(void) } /** - * Retrieve and bounds-check the cbtmintimeout consensus paramter. + * Retrieve and bounds-check the cbtmintimeout consensus parameter. * * Effect: This is the minimum allowed timeout value in milliseconds. * The minimum is to prevent rounding to 0 (we only check once |