Commit 5fdcfae6bbff0deea2eb0b95db5514f59375ecbf

Authored by Jay Berkenbilt
1 parent 253b1ef8

Fix typo in release instructions

Showing 1 changed file with 1 additions and 1 deletions
make_windows_releases
@@ -23,5 +23,5 @@ set +x @@ -23,5 +23,5 @@ set +x
23 echo '' 23 echo ''
24 echo 'Now run "./make_windows_releases-msvc 64" in a 64-bit MSVC environment' 24 echo 'Now run "./make_windows_releases-msvc 64" in a 64-bit MSVC environment'
25 echo 'and "./make_windows_releases-msvc 32" in a 32-bit MSVC environment.' 25 echo 'and "./make_windows_releases-msvc 32" in a 32-bit MSVC environment.'
26 -echo 'Then run "./make_windows_releases-msvc-finish".' 26 +echo 'Then run "./make_windows_releases-finish".'
27 echo '' 27 echo ''