From d086ee14ddee785175007481d9a49aae0f1d9405 Mon Sep 17 00:00:00 2001 From: ABHINAV JHA Date: Wed, 22 Dec 2021 02:13:19 +0530 Subject: [PATCH] Fix: Grammatical mistake --- .../introduction/windows_install/windows_install.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/introduction/windows_install/windows_install.markdown b/doc/tutorials/introduction/windows_install/windows_install.markdown index b02a85c23c..ae38e2c8ce 100644 --- a/doc/tutorials/introduction/windows_install/windows_install.markdown +++ b/doc/tutorials/introduction/windows_install/windows_install.markdown @@ -360,7 +360,7 @@ libraries). If you do not need the support for some of these, you can just freel Set the OpenCV environment variable and add it to the systems path {#tutorial_windows_install_path} ================================================================= -First we set an environment variable to make easier our work. This will hold the build directory of +First, we set an environment variable to make our work easier. This will hold the build directory of our OpenCV library that we use in our projects. Start up a command window and enter: @code setx -m OPENCV_DIR D:\OpenCV\Build\x86\vc11 (suggested for Visual Studio 2012 - 32 bit Windows)