[tor-commits] [ooni-probe/master] Minor fixes to comments

art at torproject.org art at torproject.org
Thu Feb 20 12:10:12 UTC 2014


commit a24630c336ab6410ea490a381993a2d7f2fa5755
Author: Arun Pandian G <arunpandianp at gmail.com>
Date:   Thu Feb 6 17:49:58 2014 +0530

    Minor fixes to comments
---
 ooni/nettests/experimental/tls_handshake.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ooni/nettests/experimental/tls_handshake.py b/ooni/nettests/experimental/tls_handshake.py
index 7da291a..f775935 100644
--- a/ooni/nettests/experimental/tls_handshake.py
+++ b/ooni/nettests/experimental/tls_handshake.py
@@ -108,7 +108,7 @@ class HostUnreachableError(Exception):
     pass
 
 class HostUnresolveableError(Exception):
-    """Raised when the host IP address appears to be unreachable."""
+    """Raised when the host address appears to be unresolveable."""
     pass
 
 class ConnectionTimeout(Exception):
@@ -146,7 +146,7 @@ class HandshakeTest(nettest.NetTestCase):
     usageOptions = HandshakeOptions
 
     host = None
-    inputFile = ['file', 'f', None, 'List of <IP>:<PORT>s to test']
+    inputFile = ['file', 'f', None, 'List of <HOST>:<PORT>s to test']
 
     #: Default SSL/TLS context method.
     context = SSL.Context(SSL.TLSv1_METHOD)





More information about the tor-commits mailing list