mirror of
https://github.com/opencv/opencv.git
synced 2024-12-05 01:39:13 +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()) {
|
if(!reader.isOpened()) {
|
||||||
std::cerr << "Warning: Unable to open " << inputFileName <<
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user