Index: applications/editors/josm/nsis/josm-setup-unix.sh
===================================================================
--- applications/editors/josm/nsis/josm-setup-unix.sh	(revision 5203)
+++ applications/editors/josm/nsis/josm-setup-unix.sh	(revision 5204)
@@ -1,5 +1,5 @@
 #!/bin/bash
 
-# Creates an josm-install.exe File
+# Creates an josm-setup-xy.exe File
 # for working on a debian-unix system install the nsis package with
 # apt-get install nsis
@@ -22,5 +22,5 @@
 export VERSION=custom-${svnrevision}
 
-echo "Creating Windows Instller for josm-$VERSION"
+echo "Creating Windows Installer for josm-$VERSION"
 
 ##################################################################
@@ -62,5 +62,5 @@
 echo "##################################################################"
 echo "### convert jar to exe with launch4j"
-# (makes attaching to file extensions a lot easier)
+# (an exe file makes attaching to file extensions a lot easier)
 # launch4j - http://launch4j.sourceforge.net/
 rm josm.exe
