diff --git a/Compiling-with-MSVC-2015-(static-linkage).mediawiki b/Compiling-with-MSVC-2015-(static-linkage).mediawiki
index 915018e..dbd9f7c 100644
--- a/Compiling-with-MSVC-2015-(static-linkage).mediawiki
+++ b/Compiling-with-MSVC-2015-(static-linkage).mediawiki
@@ -15,7 +15,7 @@ This page describes how to compile 32-bit qBittorrent using MSVC 2015 under Wind
=== Info that applies to all steps ===
* Let's assume that the working directory for our compilation will be G:\QBITTORRENT
* You need to use the '''32-bit''' version of the compiler. All commands will be issued in that command shell. Open it via Start->All Programs->Visual Studio 2015->Visual Studio Tools->Windows Desktop Command Prompts->VS2015 x86 Native Tools Command Prompt
-* The above prompt will open and will use a path under the C:\ drive. If you want to use another drive for compilation (like mentioned above) you need to switch to that. Simply issuing G:\ (or any other drive letter) will switch there.
+* The above prompt will open and will use a path under the C:\ drive. If you want to use another drive for compilation (like mentioned above) you need to switch to that. Simply issuing G: (or any other drive letter) will switch there.
* When you want to change paths in the prompt you do it by issuing cd new-path. '''NOTE:''' If the path starts with a different drive letter you need to switch to that first. The cd command doesn't do it automatically.
* We will use 3 installation paths:
** G:\QBITTORRENT\install_msvc\base will be used for installing all necessary libs except Qt5 and Qt4