[GRASS-SVN] r62226 - grass/trunk/vector/v.to.rast

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 9 07:54:21 PDT 2014


Author: neteler
Date: 2014-10-09 07:54:21 -0700 (Thu, 09 Oct 2014)
New Revision: 62226

Modified:
   grass/trunk/vector/v.to.rast/main.c
Log:
fix msg typo

Modified: grass/trunk/vector/v.to.rast/main.c
===================================================================
--- grass/trunk/vector/v.to.rast/main.c	2014-10-09 14:47:42 UTC (rev 62225)
+++ grass/trunk/vector/v.to.rast/main.c	2014-10-09 14:54:21 UTC (rev 62226)
@@ -129,7 +129,7 @@
 
     cache_mb = atoi(memory->answer);
     if (cache_mb < 1) {
-	G_warning(_("Cache size must be at least 1 MiB, canging %d to 1"),
+	G_warning(_("Cache size must be at least 1 MiB, changing %d to 1"),
 	          cache_mb);
 	cache_mb = 1;
     }



More information about the grass-commit mailing list