From b5dc08ff236bd09d37f27361e08b98a332c88087 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Tue, 1 Dec 2009 10:24:51 +0800 Subject: [PATCH] DOC: typo --- Code/BasicFilters/otbUnaryImageFunctorWithVectorImageFilter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/BasicFilters/otbUnaryImageFunctorWithVectorImageFilter.h b/Code/BasicFilters/otbUnaryImageFunctorWithVectorImageFilter.h index b8c97718c6..008f30135d 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 -- GitLab