[GRASS-SVN] r37161 - grass/branches/releasebranch_6_4/scripts/m.proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 11 05:37:15 EDT 2009
Author: hamish
Date: 2009-05-11 05:37:15 -0400 (Mon, 11 May 2009)
New Revision: 37161
Modified:
grass/branches/releasebranch_6_4/scripts/m.proj/m.proj
Log:
spelling
Modified: grass/branches/releasebranch_6_4/scripts/m.proj/m.proj
===================================================================
--- grass/branches/releasebranch_6_4/scripts/m.proj/m.proj 2009-05-11 09:35:46 UTC (rev 37160)
+++ grass/branches/releasebranch_6_4/scripts/m.proj/m.proj 2009-05-11 09:37:15 UTC (rev 37161)
@@ -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