From 5e0ba6b92664f26d25e2123a37dd9db220f9b403 Mon Sep 17 00:00:00 2001 From: remi cresson <remi.cresson@teledetection.fr> Date: Mon, 4 Sep 2017 13:04:27 +0000 Subject: [PATCH] DOC: correct typo 'compute' --- .../include/otbRadianceToReflectanceImageFilter.h | 2 +- .../include/otbReflectanceToRadianceImageFilter.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Radiometry/OpticalCalibration/include/otbRadianceToReflectanceImageFilter.h b/Modules/Radiometry/OpticalCalibration/include/otbRadianceToReflectanceImageFilter.h index c1873d4a73..9e4d667b5e 100644 --- a/Modules/Radiometry/OpticalCalibration/include/otbRadianceToReflectanceImageFilter.h +++ b/Modules/Radiometry/OpticalCalibration/include/otbRadianceToReflectanceImageFilter.h @@ -34,7 +34,7 @@ namespace Functor { /** * \class RadianceToReflectanceImageFunctor - * \brief Compupute reflectance from the radiance value + * \brief Compute reflectance from the radiance value * * Multiply by Pi and by an illumination correction coefficient the * quotient between the input and the given solar illumination. diff --git a/Modules/Radiometry/OpticalCalibration/include/otbReflectanceToRadianceImageFilter.h b/Modules/Radiometry/OpticalCalibration/include/otbReflectanceToRadianceImageFilter.h index 8cad3d321d..69352382fe 100644 --- a/Modules/Radiometry/OpticalCalibration/include/otbReflectanceToRadianceImageFilter.h +++ b/Modules/Radiometry/OpticalCalibration/include/otbReflectanceToRadianceImageFilter.h @@ -35,7 +35,7 @@ namespace Functor { /** * \class ReflectanceToRadianceImageFunctor - * \brief Compupute radiance from the reflectance value + * \brief Compute radiance from the reflectance value * * Divide by Pi and multiply by an illumination correction coefficient * and the given solar illumination. -- GitLab