From 255e60b9fb503f4bb51b862f2ada8372e02a28b2 Mon Sep 17 00:00:00 2001 From: mohawk2 Date: Wed, 25 Sep 2024 01:08:57 +0100 Subject: [PATCH 1/2] fix typos --- chapters/getting_started_windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/getting_started_windows.md b/chapters/getting_started_windows.md index 7f1827b..0939ff5 100644 --- a/chapters/getting_started_windows.md +++ b/chapters/getting_started_windows.md @@ -46,7 +46,7 @@ In automated scenarios with no GUI available, please consult the [VS docs](https ### Git -You most likely already have Git installed. If not, we'll install it, because this is what Vcpkg uses to keep it's repository up-to-date. Open your favorite shell in your faovrite terminal and issue: +You most likely already have Git installed. If not, we'll install it, because this is what Vcpkg uses to keep its repository up-to-date. Open your favorite shell in your favorite terminal and issue: ``` winget install Git.Git @@ -54,7 +54,7 @@ winget install Git.Git ### CMake -If you do not have CMake installed yet, we'll install it, as it's the primary supported build system, as it will make our builds much simpler. Open your favorite shell in your faovrite terminal and issue: +If you do not have CMake installed yet, we'll install it, as it's the primary supported build system, as it will make our builds much simpler. Open your favorite shell in your favorite terminal and issue: ``` winget install Kitware.CMake From 426a7e93c62b5ab7ac3cccbfc67ac2c85460eda9 Mon Sep 17 00:00:00 2001 From: mohawk2 Date: Wed, 25 Sep 2024 04:13:50 +0100 Subject: [PATCH 2/2] another typo --- chapters/getting_started_windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/getting_started_windows.md b/chapters/getting_started_windows.md index 0939ff5..374c5cf 100644 --- a/chapters/getting_started_windows.md +++ b/chapters/getting_started_windows.md @@ -109,7 +109,7 @@ cd vcpkg .\bootstrap-vcpkg.bat ``` -This should build the Vcpkg command-line utility that will take care of the all installations. The utility let's us discover the OpenCL SDK in its repository (beside other packages mentioning OpenCL). +This should build the Vcpkg command-line utility that will take care of the all installations. The utility lets us discover the OpenCL SDK in its repository (beside other packages mentioning OpenCL). ``` .\vcpkg.exe search opencl