[GRASS-SVN] r57792 - grass/branches/releasebranch_6_4/imagery/i.landsat.toar
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 22 00:43:45 PDT 2013
Author: hamish
Date: 2013-09-22 00:43:45 -0700 (Sun, 22 Sep 2013)
New Revision: 57792
Modified:
grass/branches/releasebranch_6_4/imagery/i.landsat.toar/main.c
Log:
minor spelling in comment (merge from devbr6)
Modified: grass/branches/releasebranch_6_4/imagery/i.landsat.toar/main.c
===================================================================
--- grass/branches/releasebranch_6_4/imagery/i.landsat.toar/main.c 2013-09-22 07:33:04 UTC (rev 57791)
+++ grass/branches/releasebranch_6_4/imagery/i.landsat.toar/main.c 2013-09-22 07:43:45 UTC (rev 57792)
@@ -367,7 +367,7 @@
}
/* Mode of DN */
h_max = 0L;
- for (j = lsat.band[i].qcalmin; j < 241; j++) { /* Exclude ptentially saturated < 240 */
+ for (j = lsat.band[i].qcalmin; j < 241; j++) { /* Exclude potentially saturated < 240 */
/* G_debug(5, "%d-%ld", j, hist[j]); */
if (hist[j] > h_max) {
h_max = hist[j];
More information about the grass-commit
mailing list