From 3d0484dea24decea29e59bcdc6de0af7fe8f7cca Mon Sep 17 00:00:00 2001 From: LS Date: Thu, 19 Sep 2024 15:17:54 +0200 Subject: [PATCH] Fix typo --- Common/ITKBinaryWeightedAverage/itkBWAfilter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/ITKBinaryWeightedAverage/itkBWAfilter.hxx b/Common/ITKBinaryWeightedAverage/itkBWAfilter.hxx index efa51fab..8b849ef5 100644 --- a/Common/ITKBinaryWeightedAverage/itkBWAfilter.hxx +++ b/Common/ITKBinaryWeightedAverage/itkBWAfilter.hxx @@ -179,7 +179,7 @@ void BinaryWeightedAveragingFilter< TLabelImage, TMainImage > throw itk::ExceptionObject( "Error: consecutive segmentations must be intersecting for " "Binary Weighted Averaging. Manually specifying the axis " - "of interploation may resolve this error."); + "of interpolation may resolve this error."); } //Compute the Signed Distance Map of the intersecting portion