ソースを参照

fix typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46997 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 年 前
コミット
e52e3fcb88
1 ファイル変更1 行追加1 行削除
  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'"),
 		      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)