[GRASS-SVN] r41831 - grass/trunk/lib/vector/diglib

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 12 14:50:15 EDT 2010


Author: neteler
Date: 2010-04-12 14:50:14 -0400 (Mon, 12 Apr 2010)
New Revision: 41831

Modified:
   grass/trunk/lib/vector/diglib/test.c
Log:
typo

Modified: grass/trunk/lib/vector/diglib/test.c
===================================================================
--- grass/trunk/lib/vector/diglib/test.c	2010-04-12 18:45:27 UTC (rev 41830)
+++ grass/trunk/lib/vector/diglib/test.c	2010-04-12 18:50:14 UTC (rev 41831)
@@ -56,7 +56,7 @@
     port_off_t = sizeof(off_t);
 
     if (NULL == (fp.file = fopen("test.tmp", "wb+"))) {
-	G_fatal_error(_("Unable tp open test.tmp file"));
+	G_fatal_error(_("Unable to open test.tmp file"));
     }
     fp.loaded = 0;
 



More information about the grass-commit mailing list