summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorIgor Vuk <parcijala@gmail.com>2017-03-03 22:34:39 +0100
committerMark Lobodzinski <mark@lunarg.com>2017-03-03 14:40:29 -0700
commit12e9ef08fb8eafe0f0e5c6f95aa1e20c4ccc6037 (patch)
tree896ed07b37f6908bfb9a701bcf5da6d5649adaae /BUILD.md
parenta1e5682ad65194bd50cbd4ea3776a0dda724c74b (diff)
downloadVulkan-Loader-12e9ef08fb8eafe0f0e5c6f95aa1e20c4ccc6037.tar.gz
Vulkan-Loader-12e9ef08fb8eafe0f0e5c6f95aa1e20c4ccc6037.tar.bz2
Vulkan-Loader-12e9ef08fb8eafe0f0e5c6f95aa1e20c4ccc6037.zip
Docs: Fix a typo in BUILD.md
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index 59f69f95..bb3f580b 100644
--- 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):
```