summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-04-12 04:27:10 -0400
committerRoger Dingledine <arma@torproject.org>2013-04-12 04:27:10 -0400
commit9a4e9b4a808fa93e419bb504624eb668080b4b4d (patch)
tree0c40f74c763fd4b309522112610c3af93142af99 /src/or/dirserv.c
parent63ab5f4849620cee81c578d231174bf9f846d740 (diff)
downloadtor-9a4e9b4a808fa93e419bb504624eb668080b4b4d.tar.gz
tor-9a4e9b4a808fa93e419bb504624eb668080b4b4d.zip
fix trivial typo
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index e837e4bed5..be6db64e2c 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -1911,7 +1911,7 @@ router_counts_toward_thresholds(const node_t *node, time_t now,
* the Weighted Fractional Uptime history, and use them to set thresholds for
* the Stable, Fast, and Guard flags. Update the fields stable_uptime,
* stable_mtbf, enough_mtbf_info, guard_wfu, guard_tk, fast_bandwidth,
- * guard_bandwidh_including_exits, guard_bandwidth_excluding_exits,
+ * guard_bandwidth_including_exits, guard_bandwidth_excluding_exits,
* total_bandwidth, and total_exit_bandwidth.
*
* Also, set the is_exit flag of each router appropriately. */