diff options
author | teor <teor@torproject.org> | 2019-06-10 20:56:40 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-06-10 20:56:40 +1000 |
commit | b9041e8a631beda9762fcd0627fa91045086410d (patch) | |
tree | 2dec5c2987124d2c6e1415d86a115f6ca65ea690 /src/test/test_rebind.sh | |
parent | ecc5feff386890ad34378c70a20cbbdd0d338225 (diff) | |
download | tor-b9041e8a631beda9762fcd0627fa91045086410d.tar.gz tor-b9041e8a631beda9762fcd0627fa91045086410d.zip |
test: fix a typo in test_rebind.sh
Closes 30821.
Diffstat (limited to 'src/test/test_rebind.sh')
-rwxr-xr-x | src/test/test_rebind.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_rebind.sh b/src/test/test_rebind.sh index a8f07c7c1e..1d54dd7f33 100755 --- 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 |