diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-01-16 14:45:12 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-01-16 14:45:12 -0500 |
commit | 1810db9bb32d2e9a1a1fe751368a98edc4524331 (patch) | |
tree | 00341e18214a99457ad6f6308bf1b07ade3edb11 /src/or/policies.c | |
parent | 938531773a017e6eb70f11e81a0543e81413f83f (diff) | |
download | tor-1810db9bb32d2e9a1a1fe751368a98edc4524331.tar.gz tor-1810db9bb32d2e9a1a1fe751368a98edc4524331.zip |
Comment fixups on 4207 suggested by arma
Diffstat (limited to 'src/or/policies.c')
-rw-r--r-- | 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 fdec687b11..34cb64bd81 100644 --- a/src/or/policies.c +++ b/src/or/policies.c @@ -315,7 +315,7 @@ socks_policy_permits_address(const tor_addr_t *addr) } /** Return true iff the address <b>addr</b> is in a country listed in the - * case-insentive list of country codes <b>cc_list</b>. */ + * case-insensitive list of country codes <b>cc_list</b>. */ static int addr_is_in_cc_list(uint32_t addr, const smartlist_t *cc_list) { |