Explorar el Código

spelling in comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56747 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman hace 12 años
padre
commit
2dbea8f99f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      gui/wxpython/core/gcmd.py

+ 1 - 1
gui/wxpython/core/gcmd.py

@@ -518,7 +518,7 @@ class CommandThread(Thread):
 
         self.startTime = time.time()
 
-        # TODO: replace ugly hack bellow
+        # TODO: replace ugly hack below
         args = self.cmd
         if sys.platform == 'win32':
             ext = os.path.splitext(self.cmd[0])[1] == globalvar.SCT_EXT