Skip to content

Commit 47e3be1

Browse files
authored
Fix typo in BUILDING.md (#6942)
1 parent 420f400 commit 47e3be1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To turn an option on or off:
7878

7979
```
8080
$ cd <cmake-build-directory>
81-
$ cmake . -DOPTION=ON # Relace OPTION with the option name, set to ON / OFF
81+
$ cmake . -DOPTION=ON # Replace OPTION with the option name, set to ON / OFF
8282
```
8383

8484
Options can also be set with the CMake GUI.
@@ -181,7 +181,7 @@ Install the following components:
181181
- [Python 3.7](https://www.python.org/ftp/python/3.7.0/python-3.7.0.exe)
182182
- [CMake 3.14 or later](https://github.com/Kitware/CMake/releases/download/v3.14.7/cmake-3.14.7-win64-x64.msi)
183183

184-
The latest Windows SDK can also by installed by opening Visual Studio and selecting _Get Tools and
184+
The latest Windows SDK can also be installed by opening Visual Studio and selecting _Get Tools and
185185
Features..._ under the _Tools_ menu.
186186

187187
By default, Windows treats the file system as case insensitive. Please do not enable case

0 commit comments

Comments
 (0)