Roger Dingledine 13 years ago
parent
commit
e17fd57782
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/policies.c

+ 1 - 1
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