From dc926da508afa5dbb96ed7b6b19e8e17894c3a42 Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@orfeo-toolbox.org> Date: Tue, 24 Aug 2010 10:22:11 +0200 Subject: [PATCH] DOC: Typo --- Code/DisparityMap/otbFineRegistrationImageFilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/DisparityMap/otbFineRegistrationImageFilter.h b/Code/DisparityMap/otbFineRegistrationImageFilter.h index c27ba3e446..929df1ef29 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. -- GitLab