Docs: Fix a typo in BUILD.md
authorIgor Vuk <parcijala@gmail.com>
Fri, 3 Mar 2017 21:34:39 +0000 (22:34 +0100)
committerMark Lobodzinski <mark@lunarg.com>
Fri, 3 Mar 2017 21:40:29 +0000 (14:40 -0700)
BUILD.md

index 59f69f9..bb3f580 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -9,7 +9,7 @@ and install it.
 
 If you intend to contribute, the preferred work flow is for you to develop your contribution
 in a fork of this repo in your GitHub account and then submit a pull request.
-Please see the [CONTRIBUTING](CONTRIBUTING.md) file in this respository for more details.
+Please see the [CONTRIBUTING](CONTRIBUTING.md) file in this repository for more details.
 
 ## Git the Bits
 
@@ -206,7 +206,7 @@ Windows 7+ with additional required software packages:
 
 Before building on Windows, you may want to modify the customize section in loader/loader.rc to so as to
 set the version numbers and build description for your build. Doing so will set the information displayed
-for the Properites->Details tab of the loader vulkan-1.dll file that is built.
+for the Properties->Details tab of the loader vulkan-1.dll file that is built.
 
 Build all Windows targets after installing required software and cloning the Loader and Validation Layer repo as described above by completing the following steps in a "Developer Command Prompt for VS2013" window (Note that the update\_external\_sources script used below builds external tools into predefined locations. See **Loader and Validation Layer Dependencies** for more information and other options):
 ```