Browse Source

spelling in comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56619 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 12 years ago
parent
commit
bd67f0c9a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/lmgr/frame.py

+ 1 - 1
gui/wxpython/lmgr/frame.py

@@ -482,7 +482,7 @@ class GMFrame(wx.Frame):
         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