Skip to content
Snippets Groups Projects
Commit b49a859b authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

DOC: typo for Miss Match

parent eb733634
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ ConfusionMatrixCalculator<TRefListLabel, TProdListLabel>
{
otbMsgDebugMacro(<< "refLabels size = " << m_ReferenceLabels->Size() <<
" / proLabels size = " << m_ProducedLabels->Size());
throw itk::ExceptionObject(__FILE__, __LINE__, "ListSample size missmatch", ITK_LOCATION);
throw itk::ExceptionObject(__FILE__, __LINE__, "ListSample size mismatch", ITK_LOCATION);
}
m_NumberOfSamples = m_ReferenceLabels->Size();
......
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