From 2dbabf0175e4e8f1f96efaf11199ffdc9720b31a Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Sat, 7 May 2011 22:24:40 +0200 Subject: [PATCH] TEST: fix test otbMRFEnergyFisherClassification --- Testing/Code/Markov/otbMRFEnergyFisherClassification.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/Code/Markov/otbMRFEnergyFisherClassification.cxx b/Testing/Code/Markov/otbMRFEnergyFisherClassification.cxx index 1db73d820c..fdbb7b7a4f 100644 --- a/Testing/Code/Markov/otbMRFEnergyFisherClassification.cxx +++ b/Testing/Code/Markov/otbMRFEnergyFisherClassification.cxx @@ -66,7 +66,7 @@ int otbMRFEnergyFisherClassification(int argc, char * argv[]) file.open(outputFile); file << std::endl; - file << "Number of paramters: " << classif->GetNumberOfParameters() << std::endl; + file << "Number of parameters: " << classif->GetNumberOfParameters() << std::endl; file << "GetSingleValue(10, 1): " << classif->GetSingleValue(10, 1) << std::endl; file.close(); -- GitLab