commit 183f9e490ff0aa5100567b1c753456904ca58a45
parent 861b9366df534145e1316efa0c34a62cc2a036c2
Author: teor <teor@torproject.org>
Date: Thu, 31 Oct 2019 00:43:13 +1000
test: Fix a comment typo in src/test/test_hs_ntor.sh
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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=$?