Browse Source

grass.py: fix odd msg typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59656 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 years ago
parent
commit
499d729004
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/init/grass.py

+ 1 - 1
lib/init/grass.py

@@ -507,7 +507,7 @@ WELCOME TO GRASS %s
       - A topographic map of your area
       - Current catalog of available computer maps
 
-   3) heck the GRASS GIS web pages for supporting mailing lists and more:
+   3) Check the GRASS GIS web pages for supporting mailing lists and more:
       http://grass.osgeo.org
 """) % grass_version
     sys.stderr.write(intro)