瀏覽代碼

Merge remote-tracking branch 'tor-github/pr/1097' into maint-0.4.1

Nick Mathewson 6 年之前
父節點
當前提交
c0285320df
共有 1 個文件被更改,包括 1 次插入1 次删除
  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" = '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