From 0e8441a66b8ba3d70b11fc06b4e28127b1d40ce1 Mon Sep 17 00:00:00 2001 From: Igraine Date: Fri, 13 Feb 2026 16:34:31 +0800 Subject: [PATCH] docs: fix typo 'neccessary' in gapi module --- modules/gapi/include/opencv2/gapi/infer/ov.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gapi/include/opencv2/gapi/infer/ov.hpp b/modules/gapi/include/opencv2/gapi/infer/ov.hpp index d228879fd1..f79e670fa7 100644 --- a/modules/gapi/include/opencv2/gapi/infer/ov.hpp +++ b/modules/gapi/include/opencv2/gapi/infer/ov.hpp @@ -214,7 +214,7 @@ public: This function is used to ensure that all tensors in the model have names. It goes through all input and output nodes of the model and sets the names - if they are not set. This is neccessary for models with nameless tensors. + if they are not set. This is necessary for models with nameless tensors. If a tensor does not have a name, it will be assigned a default name based on the producer node's friendly name. If the producer node has multiple