mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
docs: fix typos in documentation and code comments
Fixed 19 typos across 15 files: - properies → properties - posible → possible (2×) - indeces → indices - matrixs → matrices (2×) - grater → greater - whith → with - ouput → output - choosen → chosen (4×) - constains → contains - refrence → reference - dont → don't (4×) - cant → can't
This commit is contained in:
@@ -905,7 +905,7 @@ void forwardTimVX(std::vector<Ptr<BackendWrapper> >& outputs, const Ptr<BackendN
|
||||
else
|
||||
return;
|
||||
|
||||
// set ouput
|
||||
// set output
|
||||
Ptr<TimVXBackendWrapper> outWarpper;
|
||||
for (int i = 0; i < outputs.size(); i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user