Fix typo 'Applicatioin'

This commit is contained in:
shioko 2020-11-17 15:02:55 +00:00
parent 025a9647af
commit fe9a8ebea2
No known key found for this signature in database
GPG Key ID: 3AE7F6D2D66957DC

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;
}