1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #28304 from raimbekovm:fix-typos-batch5

docs: fix spelling errors
This commit is contained in:
Alexander Smorkalov
2025-12-25 17:55:20 +03:00
committed by GitHub
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1103,7 +1103,7 @@ bool CvCaptureCAM_V4L::grabFrame()
FirstCapture = false;
#if defined(V4L_ABORT_BADJPEG)
// skip first frame. it is often bad -- this is unnotied in traditional apps,
// skip first frame. it is often bad -- this is unnoticed in traditional apps,
// but could be fatal if bad jpeg is enabled
if (!read_frame_v4l2())
return false;