[GRASS-SVN] r46997 - grass/trunk/lib/cairodriver

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 5 08:50:13 EDT 2011


Author: martinl
Date: 2011-07-05 05:50:12 -0700 (Tue, 05 Jul 2011)
New Revision: 46997

Modified:
   grass/trunk/lib/cairodriver/Graph.c
Log:
fix typo


Modified: grass/trunk/lib/cairodriver/Graph.c
===================================================================
--- grass/trunk/lib/cairodriver/Graph.c	2011-07-05 12:17:44 UTC (rev 46996)
+++ grass/trunk/lib/cairodriver/Graph.c	2011-07-05 12:50:12 UTC (rev 46997)
@@ -176,7 +176,7 @@
 
     G_verbose_message(_("cairo: collecting to file '%s'"),
 		      ca.file_name);
-    G_verbose_message(_("cairo: nimage size %dx%d"),
+    G_verbose_message(_("cairo: image size %dx%d"),
 		      ca.width, ca.height);
     
     if (do_read && do_map)



More information about the grass-commit mailing list