commit c8e09dd0d2bab75cee4f0683eb61636bbebb50d4 parent df8e2bbc0f3b361e1d5beb8c00d076e2c9788046 Author: Nick Mathewson <nickm@torproject.org> Date: Mon, 10 Jun 2019 18:31:36 -0400 Merge branch 'maint-0.4.1' Diffstat:
| M | src/test/test_rebind.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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