From 81459b1bb08461961a342ce74dae62dd83b184e1 Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org>
Date: Tue, 17 May 2011 17:54:12 +0200
Subject: [PATCH] DOC:minor corrections in markov classification 3 example

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

diff --git a/Examples/Markov/MarkovClassification3Example.cxx b/Examples/Markov/MarkovClassification3Example.cxx
index 4bc1682b5d..55069cc51a 100644
--- a/Examples/Markov/MarkovClassification3Example.cxx
+++ b/Examples/Markov/MarkovClassification3Example.cxx
@@ -25,16 +25,16 @@
 
 // Software Guide : BeginLatex
 //
-//  This example illustrates the details of the MarkovRandomFieldFilter by using the fisher distribution
+//  This example illustrates the details of the MarkovRandomFieldFilter by using the Fisher distribution
 //  to model the likelihood energy.
 //  This filter is an application of the Markov Random Fields for classification.
 //
 //  This example applies the MarkovRandomFieldFilter to
-//  classify an image into four classes defined by their fisher distribution parameters L, M and mu.
+//  classify an image into four classes defined by their Fisher distribution parameters L, M and mu.
 //  The optimization is done using a Metropolis algorithm with a random sampler. The
 //  regularization energy is defined by a Potts model and the fidelity or likelihood energy is modelled by a
 //  Fisher distribution.
-//  The parameter of the fisher distribution was determined for each class in a supervised step.
+//  The parameter of the Fisher distribution was determined for each class in a supervised step.
 //  ( See the File OtbParameterEstimatioOfFisherDistribution )
 //  This example is a contribution from Jan Wegner.
 //
-- 
GitLab