Merge pull request #18828 from ichisadashioko:fix-calibration-sample-typo

This commit is contained in:
Alexander Alekhin 2020-11-17 17:13:43 +00:00
commit 8357e865bc

View File

@ -32,7 +32,7 @@ bool calib::parametersController::loadFromFile(const std::string &inputFileName)
if(!reader.isOpened()) {
std::cerr << "Warning: Unable to open " << inputFileName <<
" Applicatioin stated with default advanced parameters" << std::endl;
" Application started with default advanced parameters" << std::endl;
return true;
}