[GRASS-SVN] r31620 - grass/branches/develbranch_6/scripts/v.in.mapgen

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 3 23:39:27 EDT 2008


Author: kyngchaos
Date: 2008-06-03 23:39:27 -0400 (Tue, 03 Jun 2008)
New Revision: 31620

Modified:
   grass/branches/develbranch_6/scripts/v.in.mapgen/v.in.mapgen
Log:
Fix misspelled g.message

Modified: grass/branches/develbranch_6/scripts/v.in.mapgen/v.in.mapgen
===================================================================
--- grass/branches/develbranch_6/scripts/v.in.mapgen/v.in.mapgen	2008-06-03 20:27:06 UTC (rev 31619)
+++ grass/branches/develbranch_6/scripts/v.in.mapgen/v.in.mapgen	2008-06-04 03:39:27 UTC (rev 31620)
@@ -106,7 +106,7 @@
 #### setup temporary file
 TMP="`g.tempfile pid=$$`"
 if [ $? -ne 0 ] || [ -z "$TMP" ] ; then
-    g.mesage -e "unable to create temporary files"
+    g.message -e "unable to create temporary files"
     exit 1
 fi
 



More information about the grass-commit mailing list