[GRASS-SVN] r66692 - grass/trunk/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 1 08:52:31 PST 2015


Author: neteler
Date: 2015-11-01 08:52:31 -0800 (Sun, 01 Nov 2015)
New Revision: 66692

Modified:
   grass/trunk/mswindows/osgeo4w/postinstall.bat
Log:
postinstall.bat: minor typos fixed

Modified: grass/trunk/mswindows/osgeo4w/postinstall.bat
===================================================================
--- grass/trunk/mswindows/osgeo4w/postinstall.bat	2015-10-31 22:59:11 UTC (rev 66691)
+++ grass/trunk/mswindows/osgeo4w/postinstall.bat	2015-11-01 16:52:31 UTC (rev 66692)
@@ -11,22 +11,22 @@
 
 xxmklink "%ALLUSERSPROFILE%\Desktop\GRASS GIS @VERSION at .lnk" "%BATCH%"  "-gui" \ "Launch GRASS GIS @VERSION@ with wxGUI" 1 "%ICON%" 
 
-rem run g.mkfontcap outside a grass session during  
+rem run g.mkfontcap outside a GRASS session during
 rem an OSGeo4W installation for updating paths to fonts
 
 rem set gisbase
 set GISBASE=%OSGEO4W_ROOT%apps\grass\grass- at VERSION@\
 
-rem set path to freetype dll and its dependecies
+rem set path to freetype dll and its dependencies
 set FREETYPEBASE=%OSGEO4W_ROOT%bin;%OSGEO4W_ROOT%apps\msys\bin;%GISBASE%lib
 
-rem set dependecies to path
+rem set dependencies to path
 set PATH=%FREETYPEBASE%;%PATH%
 
 rem GISRC must be set
 set GISRC=dummy
 
-rem run g.mkfontcap outside a grass session
+rem run g.mkfontcap outside a GRASS session
 "%GISBASE%\bin\g.mkfontcap.exe" -o
 
 del "%OSGEO4W_ROOT%"\bin\@GRASS_EXECUTABLE at .bat.tmpl



More information about the grass-commit mailing list