aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-01-16 14:45:12 -0500
committerNick Mathewson <nickm@torproject.org>2012-01-16 14:45:12 -0500
commit1810db9bb32d2e9a1a1fe751368a98edc4524331 (patch)
tree00341e18214a99457ad6f6308bf1b07ade3edb11
parent938531773a017e6eb70f11e81a0543e81413f83f (diff)
downloadtor-1810db9bb32d2e9a1a1fe751368a98edc4524331.tar
tor-1810db9bb32d2e9a1a1fe751368a98edc4524331.tar.gz
Comment fixups on 4207 suggested by arma
-rw-r--r--src/or/or.h2
-rw-r--r--src/or/policies.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 21cb07440..cf4297978 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3246,8 +3246,8 @@ typedef struct {
*/
smartlist_t *AuthDirBadDirCC;
smartlist_t *AuthDirBadExitCC;
- smartlist_t *AuthDirRejectCC;
smartlist_t *AuthDirInvalidCC;
+ smartlist_t *AuthDirRejectCC;
/**@}*/
int AuthDirListBadDirs; /**< True iff we should list bad dirs,
diff --git a/src/or/policies.c b/src/or/policies.c
index fdec687b1..34cb64bd8 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)
{