[GRASS-SVN] r54401 - grass/trunk/gui/wxpython/iclass

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 25 08:35:13 PST 2012


Author: martinl
Date: 2012-12-25 08:35:12 -0800 (Tue, 25 Dec 2012)
New Revision: 54401

Modified:
   grass/trunk/gui/wxpython/iclass/frame.py
Log:
wxGUI/iclass: fix typo


Modified: grass/trunk/gui/wxpython/iclass/frame.py
===================================================================
--- grass/trunk/gui/wxpython/iclass/frame.py	2012-12-25 16:34:39 UTC (rev 54400)
+++ grass/trunk/gui/wxpython/iclass/frame.py	2012-12-25 16:35:12 UTC (rev 54401)
@@ -426,7 +426,7 @@
         dlg.Destroy()
         
     def SetGroup(self, name):
-        """!Set immagery group"""
+        """!Set imagery group"""
         group = grass.find_file(name = name, element = 'group')
         if group['name']:
             self.group = group['name']



More information about the grass-commit mailing list