commit e17fd57782997149bfa2943227de5c26ef005a74 Author: Roger Dingledine arma@torproject.org Date: Tue Oct 23 17:15:28 2012 -0400
fix typo --- src/or/policies.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/policies.c b/src/or/policies.c index dee0380..5c02344 100644 --- a/src/or/policies.c +++ b/src/or/policies.c @@ -1517,7 +1517,7 @@ short_policy_is_reject_star(const short_policy_t *policy) policy->entries[0].max_port == 65535); }
-/** Decides whether addr:port is probably or definitely accepted or rejcted by +/** Decides whether addr:port is probably or definitely accepted or rejected by * <b>node</b>. See compare_tor_addr_to_addr_policy for details on addr/port * interpretation. */ addr_policy_result_t
tor-commits@lists.torproject.org