Skip to content
Snippets Groups Projects
Commit 28869253 authored by Aurélien Bricier's avatar Aurélien Bricier
Browse files

STYLE: corrected typo

parent 494ffbaa
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ int otbFuzzyDescriptorsModelManagerTest(int argc, char* argv[])
std::cout<<"Written model and read model from the written one differs."<<std::endl;
std::cout<<"Input is:"<<std::endl;
otb::FuzzyDescriptorsModelManager::Print(model);
std::cout<<"Putput is:"<<std::endl;
std::cout<<"Output is:"<<std::endl;
otb::FuzzyDescriptorsModelManager::Print(modelRead);
return EXIT_FAILURE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment