[GRASS-SVN] r66717 - grass/branches/releasebranch_7_0/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 2 06:10:15 PST 2015


Author: hellik
Date: 2015-11-02 06:10:15 -0800 (Mon, 02 Nov 2015)
New Revision: 66717

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

Modified: grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl	2015-11-02 14:08:52 UTC (rev 66716)
+++ grass/branches/releasebranch_7_0/mswindows/GRASS-Installer.nsi.tmpl	2015-11-02 14:10:15 UTC (rev 66717)
@@ -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