From e8618bdcac83c164e4471c44229c0d623e20ceb8 Mon Sep 17 00:00:00 2001
From: Jordi Inglada <jordi.inglada@cesbio.cnes.fr>
Date: Thu, 5 Jun 2014 07:50:34 +0200
Subject: [PATCH] DOC: typo

---
 Code/Simulation/otbSatelliteRSR.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Simulation/otbSatelliteRSR.h b/Code/Simulation/otbSatelliteRSR.h
index c61551ea91..55f21f81e4 100644
--- a/Code/Simulation/otbSatelliteRSR.h
+++ b/Code/Simulation/otbSatelliteRSR.h
@@ -119,7 +119,7 @@ public:
   /**
    * \param PrecisionType
    * \param Band
-   * \return The interpolate value of the SR for the numBand (band num 0 to band num (m_NbBands-1)).
+   * \return The interpolated value of the SR for the numBand (band num 0 to band num (m_NbBands-1)).
    */
   inline ValuePrecisionType operator()(const PrecisionType & lambda, const unsigned int numBand);
 
-- 
GitLab