-
-
Notifications
You must be signed in to change notification settings - Fork 55.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typo 'Applicatioin' #18828
Fix typo 'Applicatioin' #18828
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contribution!
This patch should go into 3.4 branch first.
We will merge changes from 3.4 into master regularly (weekly/bi-weekly).
So, please:
- change "base" branch of this PR: master => 3.4 (use "Edit" button near PR title)
- rebase your commits from master onto 3.4 branch. For example:
git rebase -i --onto upstream/3.4 upstream/master
(check list of your commits, save and quit (Esc + "wq" + Enter)
whereupstream
is configured by following this GitHub guide and fetched (git fetch upstream
). - push rebased commits into source branch of your fork (with
--force
option)
Note: no needs to re-open PR, apply changes "inplace".
@@ -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 stated with default advanced parameters" << std::endl; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stated => started
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. I did not notice it.
1ac83b1
to
fe9a8eb
Compare
Thanks for pointing out about opencv's branches. I "rebased" my branch to the |
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.