From b9041e8a631beda9762fcd0627fa91045086410d Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 10 Jun 2019 20:56:40 +1000 Subject: test: fix a typo in test_rebind.sh Closes 30821. --- src/test/test_rebind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test_rebind.sh') 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 -- cgit v1.2.3-54-g00ecf