From 37c59c80e3c055cdbba8995a88e347ae506b13bc Mon Sep 17 00:00:00 2001 From: Schplee Date: Fri, 21 Jul 2017 02:41:49 -0700 Subject: [PATCH] fixed typos made while fixing typos --- Building-for-Windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 8877ab6..f5a3432 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -60,7 +60,7 @@ NOTE: Citra by default downloads to C:\Users\\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\\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`