diff --git a/Code/BasicFilters/otbMeanShiftImageFilter.h b/Code/BasicFilters/otbMeanShiftImageFilter.h index e6368be72214e0b88cce63ec4c4fb8509affc3e2..8f7960d4462f57bf3e7069e11819f59749f5b6a9 100644 --- a/Code/BasicFilters/otbMeanShiftImageFilter.h +++ b/Code/BasicFilters/otbMeanShiftImageFilter.h @@ -68,7 +68,7 @@ public: * * Mean shift can be used for edge-preserving smoothing, or for clustering. The GetOutput() method will allow * you to get the smoothed image, whereas the - * GetClusteredOuptut() methods returns the clustered output. The GetLabeledClusteredOutput() returns + * GetClusteredOutput() methods returns the clustered output. The GetLabeledClusteredOutput() returns * a labeled clustered image, and the GetClusterBoundariesOutput() * an image of the cluster boundaries. *