]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix trivial typo
authorRoger Dingledine <arma@torproject.org>
Fri, 12 Apr 2013 08:27:10 +0000 (04:27 -0400)
committerRoger Dingledine <arma@torproject.org>
Fri, 12 Apr 2013 08:27:10 +0000 (04:27 -0400)
src/or/dirserv.c

index e837e4bed5a769e667ddc81fa9ebda06197b2ca6..be6db64e2c24552a4a12defbe53661b6da03e6bc 100644 (file)
@@ -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. */