From 0c387adb3d5acc9902b961ce8f8e4f68b656485c Mon Sep 17 00:00:00 2001 From: John Hood Date: Tue, 21 Feb 2017 21:08:47 -0500 Subject: [PATCH] appveyor.yml: fix typo --- appveyor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.sh b/appveyor.sh index 66e2185..11fc067 100755 --- a/appveyor.sh +++ b/appveyor.sh @@ -10,7 +10,7 @@ eeval() eval "$@" rv=$? if [ $rv -ne 0 ]; then - echo "$0: failed, exitcod $rv" + echo "$0: failed, exitcode $rv" exit $rv fi return 0