[GRASS-SVN] r45453 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 23 11:33:56 EST 2011


Author: neteler
Date: 2011-02-23 08:33:55 -0800 (Wed, 23 Feb 2011)
New Revision: 45453

Modified:
   grass/trunk/lib/vector/Vlib/ascii.c
Log:
typo

Modified: grass/trunk/lib/vector/Vlib/ascii.c
===================================================================
--- grass/trunk/lib/vector/Vlib/ascii.c	2011-02-23 16:30:30 UTC (rev 45452)
+++ grass/trunk/lib/vector/Vlib/ascii.c	2011-02-23 16:33:55 UTC (rev 45453)
@@ -423,7 +423,7 @@
 	    break;
 	default:
 	    ctype = 'X';
-	    G_warning(_("Uknown feature type %d"), (int)type);
+	    G_warning(_("Unknown feature type %d"), (int)type);
 	    break;
 	}
 



More information about the grass-commit mailing list