From 1b71d9a0257bbdc799f84e50ef31a29f06b03d60 Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Mon, 16 Mar 2009 10:48:42 +0100
Subject: [PATCH] DOC: replace GetClusteredOuptut by GetClusteredOutput

---
 Code/BasicFilters/otbMeanShiftImageFilter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/BasicFilters/otbMeanShiftImageFilter.h b/Code/BasicFilters/otbMeanShiftImageFilter.h
index e6368be722..8f7960d446 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.
  *
-- 
GitLab