From 0693ea954523410dba163a9b515d5cc5e91410c7 Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@orfeo-toolbox.org>
Date: Mon, 29 Oct 2018 15:37:07 +0000
Subject: [PATCH] DOC: typo in documentation

---
 .../ImageManipulation/include/otbFunctorImageFilter.h         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Modules/Filtering/ImageManipulation/include/otbFunctorImageFilter.h b/Modules/Filtering/ImageManipulation/include/otbFunctorImageFilter.h
index 0b6caa6e25..01af4b8f3a 100644
--- a/Modules/Filtering/ImageManipulation/include/otbFunctorImageFilter.h
+++ b/Modules/Filtering/ImageManipulation/include/otbFunctorImageFilter.h
@@ -65,8 +65,8 @@ template <class T> struct IsNeighborhood<const itk::Neighborhood<T>&>
  * \brief Helper struct to derive PixelType from template parameter.
  * 
  * T                           -> PixelType = T
- * itk::Neighborhood<T>        -> PixelTyoe = T
- * const itk::Neighborhood<T>& -> PixelTyoe = T
+ * itk::Neighborhood<T>        -> PixelType = T
+ * const itk::Neighborhood<T>& -> PixelType = T
 */
 template <class T> struct PixelTypeDeduction
 {
-- 
GitLab