[tor-commits] [tor/master] minor typos i found while constructing the changelog

arma at torproject.org arma at torproject.org
Wed Sep 5 08:48:25 UTC 2012


commit 67065c3c0675114f09b065d442407c6890c369d8
Author: Roger Dingledine <arma at torproject.org>
Date:   Wed Sep 5 04:46:27 2012 -0400

    minor typos i found while constructing the changelog
---
 doc/tor.1.txt     |    2 +-
 src/or/nodelist.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 68898eb..5e76105 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1174,7 +1174,7 @@ The following options are useful only for clients (that is, if
 **ClientUseIPv6** **0**|**1**::
     If this option is set to 1, Tor might connect to entry nodes over
     IPv6. Note that clients configured with an IPv6 address in a
-    **Bridge** option will try connecting over IPv6 if even if
+    **Bridge** line will try connecting over IPv6 even if
     **ClientUseIPv6** is set to 0. (Default: 0)
 
 **ClientPreferIPv6ORPort** **0**|**1**::
diff --git a/src/or/nodelist.c b/src/or/nodelist.c
index e35039b..b96491f 100644
--- a/src/or/nodelist.c
+++ b/src/or/nodelist.c
@@ -815,9 +815,9 @@ node_get_declared_family(const node_t *node)
  * <b>node</b>, else 0.
  *
  *  We prefer the IPv6 address if the router has an IPv6 address and
- *  i) the node_t says that we do prefer IPv6
+ *  i) the node_t says that it prefers IPv6
  *  or
- *  ii) the router has no IPv4 address.  */
+ *  ii) the router has no IPv4 address. */
 int
 node_ipv6_preferred(const node_t *node)
 {





More information about the tor-commits mailing list