From e17b8ae8a14fbacbac6ae3e3b942eaee464c986b Mon Sep 17 00:00:00 2001 From: unknown <3591626+LaurentBerger@users.noreply.github.com> Date: Sat, 6 Apr 2024 20:07:10 +0200 Subject: [PATCH] typo in env_reference.markdown --- doc/tutorials/introduction/env_reference/env_reference.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/introduction/env_reference/env_reference.markdown b/doc/tutorials/introduction/env_reference/env_reference.markdown index 91b8e64841..0e4f7fe0be 100644 --- a/doc/tutorials/introduction/env_reference/env_reference.markdown +++ b/doc/tutorials/introduction/env_reference/env_reference.markdown @@ -123,7 +123,7 @@ Some modules have multiple available backends, following variables allow choosin | OPENCV_PARALLEL_PRIORITY_LIST | string, `,`-separated | | list of backends in priority order | | OPENCV_UI_BACKEND | string | | choose highgui backend for window rendering (one of `GTK`, `GTK3`, `GTK2`, `QT`, `WIN32`) | | OPENCV_UI_PRIORITY_${NAME} | num | | set highgui backend priority, default is 1000 | -| OPENCV_UI_PRIORITY_LIST | string, `,`-separated | | list of hioghgui backends in priority order | +| OPENCV_UI_PRIORITY_LIST | string, `,`-separated | | list of highgui backends in priority order | | OPENCV_VIDEOIO_PRIORITY_${NAME} | num | | set videoio backend priority, default is 1000 | | OPENCV_VIDEOIO_PRIORITY_LIST | string, `,`-separated | | list of videoio backends in priority order |