[tor-commits] [torsocks/master] Fix: README typos

dgoulet at torproject.org dgoulet at torproject.org
Fri Apr 4 22:40:27 UTC 2014


commit af6a702aaed9752e313019b7768529479344d634
Author: Jérémie Galarneau <jeremie.galarneau at gmail.com>
Date:   Sun Feb 2 05:54:40 2014 -0500

    Fix: README typos
    
    Corrected some mistakes in the README file.
    
    Closes #22
    
    Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
 README |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 3f0a594..bbbec69 100644
--- a/README
+++ b/README
@@ -5,16 +5,16 @@ What is torsocks?
 
 Torsocks allows you to use most applications in a safe way with Tor. It ensures
 that DNS requests are handled safely and explicitly rejects any traffic other
-then TCP from the application you're using.
+than TCP from the application you're using.
 
 Torsocks is an ELF shared library that is loaded before all others. The library
 overrides every needed Internet communication libc function calls such as
 connect(2) or gethostbyname(3).
 
 This process is transparent to the user and if torsocks detects any
-communication that can't go through the Tor network such as UDP traffic for
-instance, the connection is denied. If, in some wayt, there is no way for
-torsocks to provide the Tor anonymity guarantee with your application, torsocks
+communication that can't go through the Tor network such as UDP traffic, for
+instance, the connection is denied. If, for any reason, there is no way for
+torsocks to provide the Tor anonymity guarantee to your application, torsocks
 will force the application to quit and stop everything.
 
 Installation





More information about the tor-commits mailing list