From fbe358a7e27c6b3b8f10d99132badeaf724b9291 Mon Sep 17 00:00:00 2001 From: Remi Cresson <remi.cresson@irstea.fr> Date: Sun, 15 Mar 2020 17:00:20 +0100 Subject: [PATCH] DOC: correct filthy typo --- .../Applications/AppSegmentation/app/otbLargeScaleMeanShift.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Applications/AppSegmentation/app/otbLargeScaleMeanShift.cxx b/Modules/Applications/AppSegmentation/app/otbLargeScaleMeanShift.cxx index 5861d2ac44..b2f6ea3c8d 100644 --- a/Modules/Applications/AppSegmentation/app/otbLargeScaleMeanShift.cxx +++ b/Modules/Applications/AppSegmentation/app/otbLargeScaleMeanShift.cxx @@ -58,7 +58,7 @@ private: // Documentation SetDocLongDescription( "This application chains together the 4 steps of the " - "MeanShit framework, that is the MeanShiftSmoothing, the " + "MeanShift framework, that is the MeanShiftSmoothing, the " "LSMSSegmentation, the LSMSSmallRegionsMerging and the " "LSMSVectorization.\n\n" "This application can be a preliminary step for an object-based analysis.\n\n" -- GitLab