[GRASS-SVN] r37160 - grass/branches/develbranch_6/scripts/m.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 11 05:35:47 EDT 2009


Author: hamish
Date: 2009-05-11 05:35:46 -0400 (Mon, 11 May 2009)
New Revision: 37160

Modified:
   grass/branches/develbranch_6/scripts/m.proj/m.proj
Log:
spelling

Modified: grass/branches/develbranch_6/scripts/m.proj/m.proj
===================================================================
--- grass/branches/develbranch_6/scripts/m.proj/m.proj	2009-05-11 09:07:42 UTC (rev 37159)
+++ grass/branches/develbranch_6/scripts/m.proj/m.proj	2009-05-11 09:35:46 UTC (rev 37160)
@@ -100,15 +100,15 @@
 
 #### check for overenthusiasm
 if [ -n "$GIS_OPT_PROJ_IN" ] && [ $GIS_FLAG_I -eq 1 ] ; then
-   g.message -e "Chose only one input parameter method"
+   g.message -e "Choose only one input parameter method"
    exit 1
 fi
 if [ -n "$GIS_OPT_PROJ_OUT" ] && [ $GIS_FLAG_O -eq 1 ] ; then
-   g.message -e "Chose only one output parameter method" 
+   g.message -e "Choose only one output parameter method" 
    exit 1
 fi
 if [ $GIS_FLAG_I -eq 1 ] && [ $GIS_FLAG_O -eq 1 ] ; then
-   g.message -e "Chose only one auto-projection parameter method"
+   g.message -e "Choose only one auto-projection parameter method"
    exit 1
 fi
 if [ -n "$GIS_OPT_OUTPUT" ] && [ -e "$GIS_OPT_OUTPUT" ] ; then



More information about the grass-commit mailing list