diff --git a/Code/DisparityMap/otbFineRegistrationImageFilter.h b/Code/DisparityMap/otbFineRegistrationImageFilter.h index c27ba3e446b045f1d40524898bce4c229063273c..929df1ef294dc4e7417711c2edc0ed7675f76824 100644 --- a/Code/DisparityMap/otbFineRegistrationImageFilter.h +++ b/Code/DisparityMap/otbFineRegistrationImageFilter.h @@ -45,7 +45,7 @@ namespace otb * The filter proposes two outputs: GetOutput() return the image of the metric optimum at each location, and * the GetOutputDeformationField() method returns the corresponding offset. * - * If the UseImageSapcingOn() flag is used, the output deformation field takes the input image spacing into account. + * If the UseSpacingOn() flag is used, the output deformation field takes the input image spacing into account. * otherwise, the deformation field is expressed in pixels. * * This filter provides similar functionality to the otb::FastCorrelationImageFilter.