From 0b144ecc316f09150253181ece26a384f09108b5 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Fri, 22 May 2009 13:53:30 +0800 Subject: [PATCH] STYLE: typo --- Code/Projections/otbSensorModelBase.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Projections/otbSensorModelBase.txx b/Code/Projections/otbSensorModelBase.txx index 44a0f64eae..b45ca69a97 100644 --- a/Code/Projections/otbSensorModelBase.txx +++ b/Code/Projections/otbSensorModelBase.txx @@ -154,7 +154,7 @@ SensorModelBase< TScalarType,NInputDimensions,NOutputDimensions,NParametersDimen } if ( m_Model == NULL) { - itkExceptionMacro(<< "Invalid Model pointer m_Model == NULL !\n The ossim keywordlist is bad!"); + itkExceptionMacro(<< "Invalid Model pointer m_Model == NULL!\n The ossim keywordlist is invalid!"); } } -- GitLab