From 066890ff42d202f655b40a2b93fc25b5a68a63d3 Mon Sep 17 00:00:00 2001
From: Yannick TANGUY <yannick.tanguy@cnes.fr>
Date: Thu, 22 Feb 2018 10:33:08 +0000
Subject: [PATCH] Misprint in documentation

---
 .../Applications/AppFiltering/app/otbContrastEnhancement.cxx  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Modules/Applications/AppFiltering/app/otbContrastEnhancement.cxx b/Modules/Applications/AppFiltering/app/otbContrastEnhancement.cxx
index 3c55bf6efa..ec8f866960 100644
--- a/Modules/Applications/AppFiltering/app/otbContrastEnhancement.cxx
+++ b/Modules/Applications/AppFiltering/app/otbContrastEnhancement.cxx
@@ -11,7 +11,7 @@
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unless required by applicable law or agreened to in writing, software
+ * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
@@ -258,7 +258,7 @@ private:
     SetDefaultParameterFloat("mode.lum.red.coef", 0.21 );
 
     AddParameter(ParameterType_Group , "mode.lum.green" , "Green Channel" );
-    AddParameter(ParameterType_Int , "mode.lum.green.ch" , "Greenen Channel" );
+    AddParameter(ParameterType_Int , "mode.lum.green.ch" , "Green Channel" );
     SetDefaultParameterInt("mode.lum.green.ch", 1 );
     AddParameter(ParameterType_Float , "mode.lum.green.coef" ,
       "Value for luminance computation" );
-- 
GitLab