From b49a859b596eaaa24b44355646cf54b8cc5dee79 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Tue, 8 Sep 2015 15:13:25 +0200 Subject: [PATCH] DOC: typo for Miss Match --- .../Supervised/include/otbConfusionMatrixCalculator.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Learning/Supervised/include/otbConfusionMatrixCalculator.txx b/Modules/Learning/Supervised/include/otbConfusionMatrixCalculator.txx index 4a08c8aca4..efe218959c 100644 --- a/Modules/Learning/Supervised/include/otbConfusionMatrixCalculator.txx +++ b/Modules/Learning/Supervised/include/otbConfusionMatrixCalculator.txx @@ -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(); -- GitLab