]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
test: fix a typo in test_rebind.sh
authorteor <teor@torproject.org>
Mon, 10 Jun 2019 10:56:40 +0000 (20:56 +1000)
committerteor <teor@torproject.org>
Mon, 10 Jun 2019 10:56:40 +0000 (20:56 +1000)
Closes 30821.

src/test/test_rebind.sh

index a8f07c7c1ee76228bea6e007eda85c61b29ca796..1d54dd7f33e9f99e324aa98f3a1c4a071950f882 100755 (executable)
@@ -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