[GRASS-SVN] r46137 - grass-addons/imagery/i.landsat.acca

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 28 18:01:38 EDT 2011


Author: neteler
Date: 2011-04-28 15:01:38 -0700 (Thu, 28 Apr 2011)
New Revision: 46137

Modified:
   grass-addons/imagery/i.landsat.acca/algorithm.c
Log:
typo

Modified: grass-addons/imagery/i.landsat.acca/algorithm.c
===================================================================
--- grass-addons/imagery/i.landsat.acca/algorithm.c	2011-04-28 21:44:58 UTC (rev 46136)
+++ grass-addons/imagery/i.landsat.acca/algorithm.c	2011-04-28 22:01:38 UTC (rev 46137)
@@ -185,7 +185,7 @@
 
 	G_message(_("Maximum temperature:"));
 	G_message(_("* Cold cloud: %.2lf K"), value[KUPPER]);
-	G_message(_("* Warn cloud: %.2lf K"), value[KLOWER]);
+	G_message(_("* Warm cloud: %.2lf K"), value[KLOWER]);
     }
     else {
 	if (signa[KMEAN] < 295.) {



More information about the grass-commit mailing list