diff options
| author | Eric Engestrom <eric@engestrom.ch> | 2016-04-02 22:09:09 +0100 |
|---|---|---|
| committer | Eric Engestrom <eric@engestrom.ch> | 2016-04-02 22:09:09 +0100 |
| commit | 73dd191e8018ab7132ee2d055bd3a71175c413bf (patch) | |
| tree | 8b96e7a6a23a359a459dd245661d18f68faddbf7 | |
| parent | 65dbc7433f6db64c696dda642a8904b123fde0da (diff) | |
| download | usermoji-73dd191e8018ab7132ee2d055bd3a71175c413bf.tar.xz | |
docs: fix spelling mistakes
| -rw-r--r-- | BUILD.md | 2 | ||||
| -rwxr-xr-x | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -127,7 +127,7 @@ build_windows_targets.bat At this point, you can use Windows Explorer to launch Visual Studio by double-clicking on the "VULKAN.sln" file in the \build folder. Once Visual Studio comes up, you can select "Debug" or "Release" from a drop-down list. You can start a build with either the menu (Build->Build Solution), or a keyboard shortcut (Ctrl+Shift+B). As part of the build process, Python scripts will create additional Visual Studio files and projects, along with additional source files. All of these auto-generated files are under the "build" folder. -Vulkan programs must be able to find and use the vulkan-1.dll libary. Make sure it is either installed in the C:\Windows\System32 folder, or the PATH environment variable includes the folder that it is located in. +Vulkan programs must be able to find and use the vulkan-1.dll library. Make sure it is either installed in the C:\Windows\System32 folder, or the PATH environment variable includes the folder that it is located in. To run Vulkan programs you must tell the icd loader where to find the libraries. This is described in a `LoaderAndLayerInterface` document in the `loader` folder in this repository. @@ -1,7 +1,7 @@ # Vulkan Ecosystem Components
*Version 1.0, January 25, 2016*
-This project provides Khronos offical ICD loader and validation layers for Vulkan developers on Windows and Linux.
+This project provides Khronos official ICD loader and validation layers for Vulkan developers on Windows and Linux.
## Introduction
|
