Skip to content

Commit fa39e81

Browse files
committed
STYLE: Replace "the the" with "the" in itkGradientImageFilter.h
Follow-up to pull request #4532 commit b4f0bb8 STYLE: Replace "the the" with "the" in comments
1 parent f44304d commit fa39e81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/Filtering/ImageGradient/include/itkGradientImageFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class ITK_TEMPLATE_EXPORT GradientImageFilter : public ImageToImageFilter<TInput
227227
// when computing the derivatives.
228228
bool m_UseImageDirection{ true };
229229

230-
// allow setting the the m_BoundaryCondition
230+
// allow setting the m_BoundaryCondition
231231
std::unique_ptr<ImageBoundaryCondition<TInputImage, TInputImage>> m_BoundaryCondition{
232232
std::make_unique<ZeroFluxNeumannBoundaryCondition<TInputImage>>()
233233
};

0 commit comments

Comments
 (0)