[tor-commits] [tor/master] fix some typos in the man page

arma at torproject.org arma at torproject.org
Sat Oct 4 19:42:02 UTC 2014


commit 22a0708133f09d8703b3c64edfc55b5cdf904976
Author: Roger Dingledine <arma at torproject.org>
Date:   Sat Oct 4 15:41:05 2014 -0400

    fix some typos in the man page
---
 doc/tor.1.txt |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index ff17819..957c6d1 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -964,10 +964,10 @@ The following options are useful only for clients (that is, if
         (SOCKS 4, SOCKS 5, TransPort connections, NATDPort connections,
         and DNSPort requests are all considered to be different protocols.)
     **IsolateDestPort**;;
-        Don't share circuits with streams targetting a different
+        Don't share circuits with streams targeting a different
         destination port.
     **IsolateDestAddr**;;
-        Don't share circuits with streams targetting a different
+        Don't share circuits with streams targeting a different
         destination address.
     **SessionGroup=**__INT__;;
         If no other isolation rules would prevent it, allow streams
@@ -1018,7 +1018,7 @@ The following options are useful only for clients (that is, if
         requests via this connection.
     **PreferIPv6Automap**;;
         When serving a hostname lookup request on this port that
-        should get automapped (according to AutomapHostsOnResove),
+        should get automapped (according to AutomapHostsOnResolve),
         if we could return either an IPv4 or an IPv6 answer, prefer
         an IPv6 answer. (On by default.)
     **PreferSOCKSNoAuth**;;
@@ -1425,7 +1425,7 @@ The following options are useful only for clients (that is, if
     whose view of the current time is skewed. If this option is set to 0, we
     do not send this timestamp, and hidden services on obsolete Tor versions
     will not work.  If this option is set to 1, we send the timestamp.  If
-    this optoin is "auto", we take a recommendation from the latest consensus
+    this option is "auto", we take a recommendation from the latest consensus
     document. (Default: auto)
 
 
@@ -2032,7 +2032,7 @@ The following options are used to configure a hidden service.
 [[HiddenServicePort]] **HiddenServicePort** __VIRTPORT__ [__TARGET__]::
     Configure a virtual port VIRTPORT for a hidden service. You may use this
     option multiple times; each time applies to the service using the most
-    recent hiddenservicedir. By default, this option maps the virtual port to
+    recent HiddenServiceDir. By default, this option maps the virtual port to
     the same port on 127.0.0.1 over TCP. You may override the target port,
     address, or both by specifying a target of addr, port, or addr:port.
     You may also have multiple lines with  the same VIRTPORT: when a user



More information about the tor-commits mailing list