changeset 4121:1c3be8c68d3f

makeinst-script.mk: correct spelling in Win10 warning dialog. * makeinst-script.sh: welcom => welcome
author John Donoghue <john.donoghue@ieee.org>
date Sat, 02 Apr 2016 15:48:58 -0400
parents f2d7bb7777da
children 9eb5ed38a4d8
files makeinst-script.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makeinst-script.sh	Fri Apr 01 10:45:14 2016 -0400
+++ b/makeinst-script.sh	Sat Apr 02 15:48:58 2016 -0400
@@ -423,7 +423,7 @@
 
 is_winnt_10:
 
-  MessageBox MB_YESNO|MB_ICONEXCLAMATION "Setup has detected Windows 10 installed on your system. Octave is currently not fully tested on Windows 10. Testers are welcom to provide feedback. Do you want to proceed with the installation anyway?" IDYES done IDNO 0
+  MessageBox MB_YESNO|MB_ICONEXCLAMATION "Setup has detected Windows 10 installed on your system. Octave is currently not fully tested on Windows 10. Testers are welcome to provide feedback. Do you want to proceed with the installation anyway?" IDYES done IDNO 0
   Abort
 is_winnt_XP:
 is_winnt_2003: