Selaa lähdekoodia

postinstall.bat: minor typos fixed

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66692 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 vuotta sitten
vanhempi
commit
b77f8f8eae
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      mswindows/osgeo4w/postinstall.bat

+ 4 - 4
mswindows/osgeo4w/postinstall.bat

@@ -11,22 +11,22 @@ xxmklink "%OSGEO4W_STARTMENU%\GRASS GIS @VERSION@\GRASS @VERSION@ Command Line.l
 
 xxmklink "%ALLUSERSPROFILE%\Desktop\GRASS GIS @VERSION@.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-@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@.bat.tmpl