[GRASS-SVN] r59263 - grass/trunk/vector/v.overlay
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Mar 15 18:40:09 PDT 2014
Author: hamish
Date: 2014-03-15 18:40:09 -0700 (Sat, 15 Mar 2014)
New Revision: 59263
Modified:
grass/trunk/vector/v.overlay/main.c
Log:
typo (#2221, thanks Johannes)
Modified: grass/trunk/vector/v.overlay/main.c
===================================================================
--- grass/trunk/vector/v.overlay/main.c 2014-03-15 21:06:22 UTC (rev 59262)
+++ grass/trunk/vector/v.overlay/main.c 2014-03-16 01:40:09 UTC (rev 59263)
@@ -183,7 +183,7 @@
G_fatal_error(_("Unable to determine feature type for <%s>"),
in_opt[0]->key);
if (!(type[0] & (GV_LINE | GV_AREA)))
- G_fatal_error(_("Invalid fearure type for <%s>. Only '%s' or '%s' supported."),
+ G_fatal_error(_("Invalid feature type for <%s>. Only '%s' or '%s' supported."),
in_opt[0]->key, "line", "area");
G_debug(1, "auto -> atype=%d", type[0]);
}
More information about the grass-commit
mailing list