[GRASS-SVN] r52986 - grass/trunk/imagery/i.cluster

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 30 00:52:48 PDT 2012


Author: neteler
Date: 2012-08-30 00:52:48 -0700 (Thu, 30 Aug 2012)
New Revision: 52986

Modified:
   grass/trunk/imagery/i.cluster/main.c
Log:
msg typo

Modified: grass/trunk/imagery/i.cluster/main.c
===================================================================
--- grass/trunk/imagery/i.cluster/main.c	2012-08-30 07:49:31 UTC (rev 52985)
+++ grass/trunk/imagery/i.cluster/main.c	2012-08-30 07:52:48 UTC (rev 52986)
@@ -197,7 +197,7 @@
     }
 
     if (sscanf(parm.iterations->answer, "%d", &iters) != 1 || iters < 1) {
-	G_fatal_error(_("Illegal value of iterations (%s>)"),
+	G_fatal_error(_("Illegal value of iterations (%s)"),
 		      parm.iterations->answer);
     }
 



More information about the grass-commit mailing list