fixed typos made while fixing typos

Schplee 2017-07-21 02:41:49 -07:00
parent d1955f700f
commit 37c59c80e3

@ -60,7 +60,7 @@ NOTE: Citra by default downloads to C:\Users\<user-name>\citra
* NOTE: Please refer to [Common Issues](https://github.com/citra-emu/citra/wiki/Common-Issues) if any errors. If you did not find a solution feel free to ask us in the IRC channel: #citra @ [Freenode](https://webchat.freenode.net/).
## MinGG-w64 Build with MSYS2
## MinGW-w64 Build with MSYS2
### Note that these instructions are a draft, and are dependent on the MinGW build changes to be merged
@ -69,7 +69,7 @@ NOTE: Citra by default downloads to C:\Users\<user-name>\citra
Make sure to follow the instructions and update to the latest version by running `pacman -Syu` as many times as needed.
#### Install Citra dependencies for WinGW-w64
#### Install Citra dependencies for MinGW-w64
* Open the "MSYS2 MinGW 64-bit" (mingw64.exe) shell
* Download and install all dependencies using: `pacman -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-qt5 mingw-w64-x86_64-SDL2 mingw-w64-x86_64-cmake mingw-w64-x86_64-curl git`