From a0ec9213471ae3481372e8f0ff33735ec064242b Mon Sep 17 00:00:00 2001 From: Jonathan Guinet <jonathan.guinet@c-s.fr> Date: Tue, 2 Jul 2013 09:06:31 +0200 Subject: [PATCH] DOC: Application description update. JIRA #OTB-375 --- Applications/DisparityMap/otbStereoFramework.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/DisparityMap/otbStereoFramework.cxx b/Applications/DisparityMap/otbStereoFramework.cxx index bc5b51dfc3..85c9012562 100644 --- a/Applications/DisparityMap/otbStereoFramework.cxx +++ b/Applications/DisparityMap/otbStereoFramework.cxx @@ -315,7 +315,7 @@ private: void DoInit() { SetName("StereoFramework"); - SetDescription("Compute the ground elevation based on a one or multiple stereo pair(s)"); + SetDescription("Compute the ground elevation based on one or multiple stereo pair(s)"); SetDocName("Stereo Framework"); SetDocLongDescription("Compute the ground elevation with a stereo block matching algorithm " -- GitLab