]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Comment fixups on 4207 suggested by arma
authorNick Mathewson <nickm@torproject.org>
Mon, 16 Jan 2012 19:45:12 +0000 (14:45 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 16 Jan 2012 19:45:12 +0000 (14:45 -0500)
src/or/or.h
src/or/policies.c

index 21cb074408c9e60db23038b0b3f3cdb1df5c4551..cf4297978b03266e7abc26e65d2c79cea905555e 100644 (file)
@@ -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,
index fdec687b11f96eff6d30b3bbe2c289ee06260869..34cb64bd81f6cec1c0c3d446a8d713195771f6a0 100644 (file)
@@ -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)
 {