From db355126d373879b48ccdbbded02da340b76a274 Mon Sep 17 00:00:00 2001 From: Zach Bacon Date: Fri, 22 Dec 2023 13:38:09 -0500 Subject: [PATCH] README.md: Minor spelling corrections Signed-off-by: Zach Bacon --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59eb9233..b571d6b4 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Windows and Mac builds are in the [releases tab](https://github.com/visualboyadv Nightly builds for Windows and macOS are at [https://nightly.vba-m.com/](https://nightly.vba-m.com/). -**PLESE TEST THE NIGHTLY OR MASTER WITH A FACTORY RESET BEFORE REPORTING +**PLEASE TEST THE NIGHTLY OR MASTER WITH A FACTORY RESET BEFORE REPORTING ISSUES** Your distribution may have packages available as well, search for @@ -170,7 +170,7 @@ This is supported on Fedora, Arch, Solus and MSYS2. `./installdeps` takes one optional parameter for cross-compiling target, which may be `win32` which is an alias for `mingw-w64-i686` to target 32 bit Windows, -or `mingw-gw64-x86_64` for 64 bit Windows targets. +or `mingw-w64-x86_64` for 64 bit Windows targets. The target is implicit on MSys2 depending on which MINGW shell you started (the value of `$MSYSTEM`.)