tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit b9041e8a631beda9762fcd0627fa91045086410d
parent ecc5feff386890ad34378c70a20cbbdd0d338225
Author: teor <teor@torproject.org>
Date:   Mon, 10 Jun 2019 20:56:40 +1000

test: fix a typo in test_rebind.sh

Closes 30821.

Diffstat:
Msrc/test/test_rebind.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_rebind.sh b/src/test/test_rebind.sh @@ -7,7 +7,7 @@ if test "$UNAME_OS" = 'CYGWIN' || \ test "$UNAME_OS" = 'MSYS' || \ test "$UNAME_OS" = 'MINGW'; then if test "$APPVEYOR" = 'True'; then - echo "This test is disabled on Windows CI, as it requires firewall examptions. Skipping." >&2 + echo "This test is disabled on Windows CI, as it requires firewall exemptions. Skipping." >&2 exit 77 fi fi