mirror of
https://github.com/opencv/opencv.git
synced 2024-12-04 00:39:11 +08:00
Fix typo 'Applicatioin'
This commit is contained in:
parent
025a9647af
commit
fe9a8ebea2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user