[GRASS-SVN] r73589 - grass/trunk/lib/pngdriver

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Oct 22 11:49:37 PDT 2018


Author: hcho
Date: 2018-10-22 11:49:37 -0700 (Mon, 22 Oct 2018)
New Revision: 73589

Modified:
   grass/trunk/lib/pngdriver/read_png.c
Log:
pngdriver: typo

Modified: grass/trunk/lib/pngdriver/read_png.c
===================================================================
--- grass/trunk/lib/pngdriver/read_png.c	2018-10-22 18:43:58 UTC (rev 73588)
+++ grass/trunk/lib/pngdriver/read_png.c	2018-10-22 18:49:37 UTC (rev 73589)
@@ -57,7 +57,7 @@
     png_ptr =
 	png_create_read_struct(PNG_LIBPNG_VER_STRING, &jbuf, NULL, NULL);
     if (!png_ptr)
-        G_fatal_error(_("Unable allocate PNG structure"));
+        G_fatal_error(_("Unable to allocate PNG structure"));
 
     info_ptr = png_create_info_struct(png_ptr);
     if (!info_ptr)



More information about the grass-commit mailing list