docs: mingw -> MinGW
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 29 Sep 2020 16:30:44 +0000 (18:30 +0200)
committerMarge Bot <eric+marge@anholt.net>
Wed, 30 Sep 2020 08:18:21 +0000 (08:18 +0000)
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6915>

docs/meson.rst

index e72ba0a..f4861c9 100644 (file)
@@ -58,7 +58,7 @@ Flex, and Bison. The easiest way to install everything you need is with
 
    choco install python3 winflexbison pkgconfiglite
 
-You can even use Chocolatey to install mingw and Ninja (Ninja can be
+You can even use Chocolatey to install MinGW and Ninja (Ninja can be
 used with MSVC as well)
 
 .. code-block:: console
@@ -145,7 +145,7 @@ Windows specific instructions
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 On windows you have a couple of choices for compilers. If you installed
-mingw with Chocolatey and want to use Ninja you should be able to open
+MinGW with Chocolatey and want to use Ninja you should be able to open
 any shell and follow the instructions above. If you want to you MSVC,
 clang-cl, or ICL (the Intel Compiler), read on.