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

docs: fix spelling errors

- 'tirangle' -> 'triangle'
- 'cirlce' -> 'circle'
- 'gradiantSize' -> 'gradientSize'
- 'unnotied' -> 'unnoticed'
- 'consistensy' -> 'consistency'
- 'implemention' -> 'implementation'
- 'suppported/Unsuppported/suppport' -> 'supported/Unsupported/support'
This commit is contained in:
raimbekovm
2025-12-25 15:45:08 +06:00
parent c1c893ff73
commit a41857f3c2
9 changed files with 11 additions and 11 deletions
@@ -575,7 +575,7 @@ TEST(StatefulKernel, StateIsResetOnceOnReshapeInStreaming)
run("cv/video/768x576.avi", 1);
// FIXME: it should be 2, not 3 for expectedSetupsCount here.
// With current implemention both GCPUExecutable reshape() and
// With current implementation both GCPUExecutable reshape() and
// handleNewStream() call setupKernelStates()
run("cv/video/1920x1080.avi", 3);
}