Skip to content

Commit bc26163

Browse files
luzpazdzenanz
authored andcommitted
DOC: Fix typo itkMRFImageFilter.hxx
1 parent e50b35b commit bc26163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Segmentation/MarkovRandomFieldsClassifiers/include/itkMRFImageFilter.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ MRFImageFilter<TInputImage, TClassifiedImage>::SetMRFNeighborhoodWeight(std::vec
305305

306306
if (m_NeighborhoodSize != static_cast<int>(betaMatrix.size()))
307307
{
308-
throw ExceptionObject(__FILE__, __LINE__, "NeighborhoodSize != betaMatrix.szie()", ITK_LOCATION);
308+
throw ExceptionObject(__FILE__, __LINE__, "NeighborhoodSize != betaMatrix.size()", ITK_LOCATION);
309309
}
310310

311311
// Allocate memory for the weights of the 3D MRF algorithm

0 commit comments

Comments
 (0)