[GRASS-SVN] r56693 - grass/branches/develbranch_6/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 13 23:49:23 PDT 2013


Author: hamish
Date: 2013-06-13 23:49:23 -0700 (Thu, 13 Jun 2013)
New Revision: 56693

Modified:
   grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py
Log:
minor spelling in comment

Modified: grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py	2013-06-13 13:31:03 UTC (rev 56692)
+++ grass/branches/develbranch_6/gui/wxpython/lmgr/frame.py	2013-06-14 06:49:23 UTC (rev 56693)
@@ -399,7 +399,7 @@
         win.Show()
         
     def OnDone(self, cmd, returncode):
-        """Command execution finised"""
+        """Command execution finished"""
         if hasattr(self, "model"):
             self.model.DeleteIntermediateData(log = self.goutput)
             del self.model



More information about the grass-commit mailing list