diff --git a/Code/BasicFilters/otbUnaryImageFunctorWithVectorImageFilter.h b/Code/BasicFilters/otbUnaryImageFunctorWithVectorImageFilter.h
index b8c97718c665bf67270197169f1167c7e9713d7f..008f30135d0b9afe024b461609831edb375ee91f 100644
--- a/Code/BasicFilters/otbUnaryImageFunctorWithVectorImageFilter.h
+++ b/Code/BasicFilters/otbUnaryImageFunctorWithVectorImageFilter.h
@@ -31,9 +31,9 @@
 namespace otb
 {
 /** \class UnaryImageFunctorWithVectorImageFilter
- *  \brief  The aim of the class is to work with vector images but with a functor that uses as input a componant of the pixel.
+ *  \brief  The aim of the class is to work with vector images but with a functor that uses as input a component of the pixel.
  *
- *  For N components pixel, the fucntor will be called N times and completes the Nth component the corresponding output pixel.
+ *  For N components pixel, the functor will be called N times and completes the Nth component the corresponding output pixel.
  *
  * \ingroup Functor
  * \ingroup VectorImage