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