瀏覽代碼

fix typo in comment introduced in https://trac.osgeo.org/grass/changeset/63475

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63476 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 年之前
父節點
當前提交
1f9ec6bc81
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      gui/wxpython/mapdisp/main.py

+ 3 - 3
gui/wxpython/mapdisp/main.py

@@ -413,10 +413,10 @@ class MapApp(wx.App):
         cmdfile)
         """
         ###
-        ### TODO: fint better solution
+        ### TODO: find a better solution
         ###
-        ### the check bellow disabled, it's invasive to call g.gisenv
-        ### in the watcher...
+        ### the check bellow disabled, it's too much invasive to call
+        ### g.gisenv in the watcher...
         # try:
             # GISBASE and other system enviromental variables can not be used
             # since the process inherited them from GRASS