[GRASS-SVN] r35924 - in grass/branches/develbranch_6/gui/tcltk: d.m gis.m

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 18 21:02:06 EST 2009


Author: hamish
Date: 2009-02-18 21:02:06 -0500 (Wed, 18 Feb 2009)
New Revision: 35924

Modified:
   grass/branches/develbranch_6/gui/tcltk/d.m/menu.tcl
   grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
Log:
spelling

Modified: grass/branches/develbranch_6/gui/tcltk/d.m/menu.tcl
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/d.m/menu.tcl	2009-02-19 01:25:10 UTC (rev 35923)
+++ grass/branches/develbranch_6/gui/tcltk/d.m/menu.tcl	2009-02-19 02:02:06 UTC (rev 35924)
@@ -497,7 +497,7 @@
 	{cascad {[G_msg "Classify image"]} {} "" $tmenu {			
 		{command {[G_msg "Clustering input for unsupervised classification"]} {} "i.cluster" {} -command {execute i.cluster }}
 		{separator}
-		{command {[G_msg "Maximum likelyhood classification (MLC)"]} {} "i.maxlik" {} -command {execute i.maxlik }}
+		{command {[G_msg "Maximum likelihood classification (MLC)"]} {} "i.maxlik" {} -command {execute i.maxlik }}
 		{command {[G_msg "Sequential maximum a posteriory classification (SMAP)"]} {} "i.smap" {} -command {execute i.smap }}
 		{separator}
 		{command {[G_msg "Interactive input for supervised classification"]} {} "i.class" {} -command {term i.class }}

Modified: grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl	2009-02-19 01:25:10 UTC (rev 35923)
+++ grass/branches/develbranch_6/gui/tcltk/gis.m/gmmenu.tcl	2009-02-19 02:02:06 UTC (rev 35924)
@@ -559,7 +559,7 @@
 	{cascad {[G_msg "Classify image"]} {} "" $tmenu {			
 		{command {[G_msg "Clustering input for unsupervised classification"]} {} "i.cluster: Clustering input for unsupervised classification" {} -command {execute i.cluster }}
 		{separator}
-		{command {[G_msg "Maximum likelyhood classification (MLC)"]} {} "i.maxlik: Maximum likelyhood classification" {} -command {execute i.maxlik }}
+		{command {[G_msg "Maximum likelihood classification (MLC)"]} {} "i.maxlik: Maximum likelihood classification" {} -command {execute i.maxlik }}
 		{command {[G_msg "Sequential maximum a posteriory classification (SMAP)"]} {} "i.smap: Sequential maximum a posteriory classification" {} -command {execute i.smap }}
 		{separator}
 		{command {[G_msg "Interactive input for supervised classification"]} {} "i.class: Interactive input for supervised classification" {} -command {term i.class }}



More information about the grass-commit mailing list