Commit 4c31d3b8af9ab6496fb2b37f10bf10c9b0068b78

Authored by Jay Berkenbilt
1 parent 249e95f6

Fix typo in windows release script

Showing 1 changed file with 1 additions and 1 deletions
make_windows_releases
... ... @@ -32,6 +32,6 @@ set +x
32 32  
33 33 echo ''
34 34 echo "Finished builds for $wordsize. If not done already, rerun this"
35   -echo "in a" `expr 64 - $wordsize` "environment."
  35 +echo "in a" `expr 96 - $wordsize` "environment."
36 36 echo 'Then run "./make_windows_releases-finish".'
37 37 echo ''
... ...