Browse Source

test: fix a typo in test_rebind.sh

Closes 30821.
teor 6 years ago
parent
commit
b9041e8a63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/test/test_rebind.sh

+ 1 - 1
src/test/test_rebind.sh

@@ -7,7 +7,7 @@ if test "$UNAME_OS" = 'CYGWIN' || \
    test "$UNAME_OS" = 'MSYS' || \
    test "$UNAME_OS" = 'MSYS' || \
    test "$UNAME_OS" = 'MINGW'; then
    test "$UNAME_OS" = 'MINGW'; then
   if test "$APPVEYOR" = 'True'; 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
     exit 77
   fi
   fi
 fi
 fi