[GRASS-SVN] r66716 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 2 06:08:52 PST 2015


Author: hellik
Date: 2015-11-02 06:08:52 -0800 (Mon, 02 Nov 2015)
New Revision: 66716

Modified:
   grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
GRASS-Installer.nsi.tmpl: typo fix

Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2015-11-02 14:04:19 UTC (rev 66715)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2015-11-02 14:08:52 UTC (rev 66716)
@@ -557,7 +557,7 @@
 	FileWrite $0 'rem set path to freetype dll$\r$\n'
 	FileWrite $0 'set FREETYPEBASE=$INSTALL_DIR\extrabin;$INSTALL_DIR\msys\bin;$INSTALL_DIR\lib$\r$\n'
 	FileWrite $0 '$\r$\n'
-	FileWrite $0 'rem set dependecies path$\r$\n'
+	FileWrite $0 'rem set dependencies path$\r$\n'
 	FileWrite $0 'set PATH=%FREETYPEBASE%;%PATH%$\r$\n'
 	FileWrite $0 '$\r$\n'
 	FileWrite $0 'rem GISRC must be set$\r$\n'



More information about the grass-commit mailing list