From 2d5ba6a0c6a6454ee17a0b7f547347b962ce30fc Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@c-s.fr>
Date: Tue, 22 Feb 2011 10:25:11 +0100
Subject: [PATCH] DOC: typo

---
 Code/Hyperspectral/otbPCAImageFilter.txx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Code/Hyperspectral/otbPCAImageFilter.txx b/Code/Hyperspectral/otbPCAImageFilter.txx
index 0042395d9c..30053a5767 100644
--- a/Code/Hyperspectral/otbPCAImageFilter.txx
+++ b/Code/Hyperspectral/otbPCAImageFilter.txx
@@ -113,7 +113,7 @@ PCAImageFilter< TInputImage, TOutputImage, TDirectionOfTransformation >
       return ReverseGenerateData();
     default:
       throw itk::ExceptionObject(__FILE__, __LINE__,
-          "Class should be templeted with FORWARD or INVERSE only...",
+          "Class should be templated with FORWARD or INVERSE only...",
           ITK_LOCATION );
   }
 }
@@ -150,7 +150,7 @@ PCAImageFilter< TInputImage, TOutputImage, TDirectionOfTransformation >
   if ( m_TransformationMatrix.GetVnlMatrix().empty() )
   {
     throw itk::ExceptionObject( __FILE__, __LINE__,
-          "Emplty transformation matrix",
+          "Empty transformation matrix",
           ITK_LOCATION);
   }
 
@@ -188,7 +188,7 @@ PCAImageFilter< TInputImage, TOutputImage, TDirectionOfTransformation >
   if ( m_TransformationMatrix.GetVnlMatrix().empty() )
   {
     throw itk::ExceptionObject( __FILE__, __LINE__,
-          "Emplty transformation matrix",
+          "Empty transformation matrix",
           ITK_LOCATION);
   }
 
-- 
GitLab