[GRASS-SVN] r30543 - in grass/trunk/swig/python: . NumPtr

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 13 02:38:35 EDT 2008


Author: hamish
Date: 2008-03-13 02:38:34 -0400 (Thu, 13 Mar 2008)
New Revision: 30543

Modified:
   grass/trunk/swig/python/NumPtr/README.GRASS
   grass/trunk/swig/python/README
Log:
typo

Modified: grass/trunk/swig/python/NumPtr/README.GRASS
===================================================================
--- grass/trunk/swig/python/NumPtr/README.GRASS	2008-03-13 06:35:10 UTC (rev 30542)
+++ grass/trunk/swig/python/NumPtr/README.GRASS	2008-03-13 06:38:34 UTC (rev 30543)
@@ -15,9 +15,9 @@
  cd NumPtr
  python setup.py build
 
- run "python build/lib.linux-i686-2.4/test.py" to test and to create
+ Run "python build/lib.linux-i686-2.4/test.py" to test and to create
  a byte-compiled version of the module (NumPtr.pyc). The .pyc file
- is platform indepenent and may be safely shared among systems.
+ is platform independent and may be safely shared among systems.
  Even so, it doesn't hurt to do it ourselves to make sure we are using
  an up to date copy.
 

Modified: grass/trunk/swig/python/README
===================================================================
--- grass/trunk/swig/python/README	2008-03-13 06:35:10 UTC (rev 30542)
+++ grass/trunk/swig/python/README	2008-03-13 06:38:34 UTC (rev 30543)
@@ -18,9 +18,9 @@
 
 It will create two files, python_grass6.py and _python_grass6.so.
 
-4. From within GRASS (or a fakegrass session) run "python test.py" to
+4. From within GRASS (or a fake grass session) run "python test.py" to
    test and to automatically create a byte-compiled version of the module
-   (python_grass6.pyc). The .pyc file is platform indepenent and may be
+   (python_grass6.pyc). The .pyc file is platform independent and may be
    safely shared among systems. Even so, it doesn't hurt to rebuild it
    ourselves while we still have write permissions and to make sure we
    are using an up to date copy. (out of data copies will be ignored)



More information about the grass-commit mailing list