1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +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
+1 -1
View File
@@ -1641,7 +1641,7 @@ int Core_GraphTest::test_graph_ops( int iters )
edge = (CvGraphEdge*)&elem_buf[0];
// assign some default weight that is easy to check for
// consistensy, 'cause an edge weight is not stored
// consistency, 'cause an edge weight is not stored
// in the simple graph
edge->weight = (float)(v_idx[0] + v_idx[1]);
pass_data = cvtest::randInt(rng) % 2;