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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 27 07:17:24 EDT 2011


Author: martinl
Date: 2011-10-27 04:17:24 -0700 (Thu, 27 Oct 2011)
New Revision: 48961

Modified:
   grass/trunk/lib/vector/diglib/plus_area.c
Log:
vlib: typo in message


Modified: grass/trunk/lib/vector/diglib/plus_area.c
===================================================================
--- grass/trunk/lib/vector/diglib/plus_area.c	2011-10-27 11:16:51 UTC (rev 48960)
+++ grass/trunk/lib/vector/diglib/plus_area.c	2011-10-27 11:17:24 UTC (rev 48961)
@@ -699,7 +699,7 @@
 	}
 	else {
 	    if (topo->right != 0) {
-		G_warning(_("Line %d already has area/isle %d to left"), line,
+		G_warning(_("Line %d already has area/isle %d to right"), line,
 			  topo->right);
 		return -1;
 	    }



More information about the grass-commit mailing list