mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Misc. modules/ typos (cont.)
Found via `codespell`
This commit is contained in:
@@ -619,7 +619,7 @@ bool CirclesGridFinder::findHoles()
|
||||
}
|
||||
|
||||
default:
|
||||
CV_Error(Error::StsBadArg, "Unkown pattern type");
|
||||
CV_Error(Error::StsBadArg, "Unknown pattern type");
|
||||
}
|
||||
return (isDetectionCorrect());
|
||||
//CV_Error( 0, "Detection is not correct" );
|
||||
|
||||
Reference in New Issue
Block a user