[tor-commits] [tor/master] test: Fix a comment typo in src/test/test_hs_ntor.sh

teor at torproject.org teor at torproject.org
Wed Oct 30 14:43:45 UTC 2019


commit 183f9e490ff0aa5100567b1c753456904ca58a45
Author: teor <teor at torproject.org>
Date:   Thu Oct 31 00:43:13 2019 +1000

    test: Fix a comment typo in src/test/test_hs_ntor.sh
---
 src/test/test_hs_ntor.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_hs_ntor.sh b/src/test/test_hs_ntor.sh
index 8a0003d44..ee7141cc9 100755
--- a/src/test/test_hs_ntor.sh
+++ b/src/test/test_hs_ntor.sh
@@ -3,7 +3,7 @@
 
 exitcode=0
 
-# Run the python integration test sand return the exitcode of the python
+# Run the python integration tests and return the exitcode of the python
 # script.  The python script might ask the testsuite to skip it if not all
 # python dependencies are covered.
 "${PYTHON:-python}" "${abs_top_srcdir:-.}/src/test/hs_ntor_ref.py" || exitcode=$?



More information about the tor-commits mailing list