From 183f9e490ff0aa5100567b1c753456904ca58a45 Mon Sep 17 00:00:00 2001
From: teor <teor@torproject.org>
Date: Thu, 31 Oct 2019 00:43:13 +1000
Subject: [PATCH] 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 8a0003d44a..ee7141cc9a 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=$?
-- 
GitLab