Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2017-08-16 00:25:23 +0300
committerKacper Michajłow <kasper93@gmail.com>2017-08-16 00:26:02 +0300
commitb2575f55d8fdd6238c2aedde0d4c62302f9ae4b9 (patch)
tree07ebff40c01a3ef77f24e5c03ef5dac7f8dbc2b5
parent2fe5ee70dac974fc17bc2dfcab5ebf650935367c (diff)
Compilation.md: Minor wording change.
-rw-r--r--docs/Compilation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Compilation.md b/docs/Compilation.md
index ebb1ffc42..1fdb11565 100644
--- a/docs/Compilation.md
+++ b/docs/Compilation.md
@@ -51,7 +51,7 @@ Choose `Use Git from the Windows command prompt`. This isn't mandatory, so if yo
SET "MPCHC_GIT=C:\Program Files\Git"
REM Optional, if you plan to modify the translations, install Python 2.7 or set the variable to its path
SET "MPCHC_PYTHON=C:\Python27"
- REM Optional, If you want to customize the winsdk you want to use, set the variable.
+ REM Optional, If you want to customize the Windows SDK version used, set the variable
SET "MPCHC_WINSDK_VER=8.1"
```