Skip to content

Commit 9279b23

Browse files
Merge pull request #3555 from Jack-Chan-2001:4.x
Fix typing error ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [x] The PR is proposed to the proper branch - [x] There is a reference to the original bug report and related work - [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [x] The feature is well documented and sample code can be built with the project CMake
1 parent 9e13469 commit 9279b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ccalib/src/omnidir.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2138,7 +2138,7 @@ void cv::omnidir::internal::flags2idxStereo(int flags, std::vector<int>& idx, in
21382138
}
21392139
}
21402140

2141-
// fill in zerso for fixed parameters
2141+
// fill in zeros for fixed parameters
21422142
void cv::omnidir::internal::fillFixed(Mat&G, int flags, int n)
21432143
{
21442144
Mat tmp = G.clone();

0 commit comments

Comments
 (0)