[GRASS-SVN] r63476 - grass/trunk/gui/wxpython/mapdisp

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 10 13:42:25 PST 2014


Author: martinl
Date: 2014-12-10 13:42:25 -0800 (Wed, 10 Dec 2014)
New Revision: 63476

Modified:
   grass/trunk/gui/wxpython/mapdisp/main.py
Log:
fix typo in comment introduced in r63475


Modified: grass/trunk/gui/wxpython/mapdisp/main.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/main.py	2014-12-10 21:41:10 UTC (rev 63475)
+++ grass/trunk/gui/wxpython/mapdisp/main.py	2014-12-10 21:42:25 UTC (rev 63476)
@@ -413,10 +413,10 @@
         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



More information about the grass-commit mailing list