mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
FIx misc. source and comment typos
Found via `codespell -q 3 -S ./3rdparty,./modules -L amin,ang,atleast,dof,endwhile,hist,uint`
This commit is contained in:
@@ -41,7 +41,7 @@ const int MAX_FOCUS_STEP = 32767;
|
||||
const int FOCUS_DIRECTION_INFTY = 1;
|
||||
const int DEFAULT_BREAK_LIMIT = 5;
|
||||
const int DEFAULT_OUTPUT_FPS = 20;
|
||||
const double epsylon = 0.0005; // compression, noice, etc.
|
||||
const double epsylon = 0.0005; // compression, noise, etc.
|
||||
|
||||
struct Args_t
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user