[GRASS-SVN] r56619 - grass/trunk/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 5 15:57:14 PDT 2013


Author: hamish
Date: 2013-06-05 15:57:14 -0700 (Wed, 05 Jun 2013)
New Revision: 56619

Modified:
   grass/trunk/gui/wxpython/lmgr/frame.py
Log:
spelling in comment

Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py	2013-06-05 21:37:17 UTC (rev 56618)
+++ grass/trunk/gui/wxpython/lmgr/frame.py	2013-06-05 22:57:14 UTC (rev 56619)
@@ -482,7 +482,7 @@
         win.Show()
 
     def OnDone(self, cmd, returncode):
-        """Command execution finised"""
+        """Command execution finished"""
         if hasattr(self, "model"):
             self.model.DeleteIntermediateData(log = self._gconsole)
             del self.model



More information about the grass-commit mailing list