Fix typo in windows release script

This commit is contained in:
Jay Berkenbilt 2017-09-16 13:21:32 -04:00
parent 249e95f608
commit 4c31d3b8af
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ set +x
echo ''
echo "Finished builds for $wordsize. If not done already, rerun this"
echo "in a" `expr 64 - $wordsize` "environment."
echo "in a" `expr 96 - $wordsize` "environment."
echo 'Then run "./make_windows_releases-finish".'
echo ''