Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lvsltz authored Sep 19, 2024
1 parent bd38753 commit 3d0484d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/ITKBinaryWeightedAverage/itkBWAfilter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d0484d

Please sign in to comment.