From 054d5d4dd73e1c8a2faf50e3a14a76f46b342ccc Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@orfeo-toolbox.org>
Date: Mon, 14 Feb 2011 14:09:20 +0100
Subject: [PATCH] DOC: Fixing typos

---
 .../MorphologicalPyramidAnalysisFilterExample.cxx           | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Examples/MultiScale/MorphologicalPyramidAnalysisFilterExample.cxx b/Examples/MultiScale/MorphologicalPyramidAnalysisFilterExample.cxx
index 705dd64494..de09e992a8 100644
--- a/Examples/MultiScale/MorphologicalPyramidAnalysisFilterExample.cxx
+++ b/Examples/MultiScale/MorphologicalPyramidAnalysisFilterExample.cxx
@@ -107,8 +107,8 @@ int main(int argc, char * argv[])
 // We can now define the type of the filter to be used by the
 // morphological pyramid. In this case, we choose to use an
 // \doxygen{otb}{OpeningClosingMorphologicalFilter} which is just the
-// concatenation of an opening and a closing. This filter is theplated
-// over the input and output image types and the structurung element
+// concatenation of an opening and a closing. This filter is templated
+// over the input and output image types and the structuring element
 // type that we just define above.
 //
 // Software Guide : EndLatex
@@ -123,7 +123,7 @@ int main(int argc, char * argv[])
 // Software Guide : BeginLatex
 //
 // We can finally define the type of the morpholoical pyramid
-// filter. The filter is templated over the input and output mage
+// filter. The filter is templated over the input and output image
 // types and the {\em lowpas} morphological filter to be used.
 //
 // Software Guide : EndLatex
-- 
GitLab