Explorar o código

fix typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46997 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=14) %!d(string=hai) anos
pai
achega
e52e3fcb88
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/cairodriver/Graph.c

+ 1 - 1
lib/cairodriver/Graph.c

@@ -176,7 +176,7 @@ static void init_file(void)
 
 
     G_verbose_message(_("cairo: collecting to file '%s'"),
     G_verbose_message(_("cairo: collecting to file '%s'"),
 		      ca.file_name);
 		      ca.file_name);
-    G_verbose_message(_("cairo: nimage size %dx%d"),
+    G_verbose_message(_("cairo: image size %dx%d"),
 		      ca.width, ca.height);
 		      ca.width, ca.height);
     
     
     if (do_read && do_map)
     if (do_read && do_map)