Skip to content
Snippets Groups Projects
Commit 5e05e9b5 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

DOC: fix spelling

parent f471eb48
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ SpectralResponse<TPrecision, TValuePrecision>
//Guess a starting lambda
if (m_Response.size() <= 1)
{
itkExceptionMacro(<<"ERROR spectral response need at least 2 value to perfomr interpolation.");
itkExceptionMacro(<<"ERROR spectral response need at least 2 value to perform interpolation.");
}
typename VectorPairType::const_iterator beg = m_Response.begin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment