From 99f13d3c2d053239a1bfe78a7ea364eab4fae2af Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Fri, 24 Apr 2009 17:08:04 +0800
Subject: [PATCH] STYLE: correct typo

---
 Code/IO/otbImageFileReader.txx        | 2 +-
 Code/IO/otbSpatialObjectDXFReader.txx | 2 +-
 Code/IO/otbVectorDataFileReader.txx   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Code/IO/otbImageFileReader.txx b/Code/IO/otbImageFileReader.txx
index a84081d23d..5ec1aa1d4d 100644
--- a/Code/IO/otbImageFileReader.txx
+++ b/Code/IO/otbImageFileReader.txx
@@ -427,7 +427,7 @@ ImageFileReader<TOutputImage>
   {
     itk::ImageFileReaderException e(__FILE__, __LINE__);
     itk::OStringStream msg;
-    msg <<"The file doesn't exists. "
+    msg <<"The file doesn't exist. "
     << std::endl << "Filename = " << this->m_FileName
     << std::endl;
     e.SetDescription(msg.str().c_str());
diff --git a/Code/IO/otbSpatialObjectDXFReader.txx b/Code/IO/otbSpatialObjectDXFReader.txx
index f8fd3f4e39..10d7c74a19 100644
--- a/Code/IO/otbSpatialObjectDXFReader.txx
+++ b/Code/IO/otbSpatialObjectDXFReader.txx
@@ -73,7 +73,7 @@ SpatialObjectDXFReader<TSpatialObject>
   {
     itk::ImageFileReaderException e(__FILE__, __LINE__);
     itk::OStringStream msg;
-    msg <<"The file doesn't exists. "
+    msg <<"The file doesn't exist. "
     << std::endl << "Filename = " << this->m_FileName
     << std::endl;
     e.SetDescription(msg.str().c_str());
diff --git a/Code/IO/otbVectorDataFileReader.txx b/Code/IO/otbVectorDataFileReader.txx
index d1a9f348e9..47b72438f2 100644
--- a/Code/IO/otbVectorDataFileReader.txx
+++ b/Code/IO/otbVectorDataFileReader.txx
@@ -63,7 +63,7 @@ VectorDataFileReader<TOutputVectorData>
   {
     VectorDataFileReaderException e(__FILE__, __LINE__);
     itk::OStringStream msg;
-    msg <<"The file doesn't exists. "
+    msg <<"The file doesn't exist. "
     << std::endl << "Filename = " << this->m_FileName
     << std::endl;
     e.SetDescription(msg.str().c_str());
-- 
GitLab