From 4fde9bff677d184602836492bd48ace05d436565 Mon Sep 17 00:00:00 2001 From: OTB Bot <otbbot@orfeo-toolbox.org> Date: Tue, 3 Jul 2012 19:58:56 +0200 Subject: [PATCH] STYLE --- Code/Projections/otbImageToEnvelopeVectorDataFilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Projections/otbImageToEnvelopeVectorDataFilter.h b/Code/Projections/otbImageToEnvelopeVectorDataFilter.h index a0ab42b162..198630728b 100644 --- a/Code/Projections/otbImageToEnvelopeVectorDataFilter.h +++ b/Code/Projections/otbImageToEnvelopeVectorDataFilter.h @@ -28,7 +28,7 @@ namespace otb * \brief Build a vector data containing the polygon of the image envelope * * This filter uses the GenericRSTransform to project the four corners of the image into ground position. - * If the sampling rate is not null, the image edges are also projected (using one point every + * If the sampling rate is not null, the image edges are also projected (using one point every * "m_SamplingRate" pixels). * In case of raw image geometry, a DEM directory or average elevation can be set for better accuracy. * -- GitLab