diff --git a/docs/PerUserInstallers.html b/docs/PerUserInstallers.html index 6a2f9d8..7bb3421 100644 --- a/docs/PerUserInstallers.html +++ b/docs/PerUserInstallers.html @@ -97,7 +97,7 @@ UCRT64 is Microsoft's Universal C Runtime Library and is the preferred For more information, see Environments.
Update the MSYS2 environment with pacman -Syu
.
-You might be prompted to terminate the environment to complete the installation of all the upates.
+You might be prompted to terminate the environment to complete the installation of all the updates.
Relaunch ucrt64.exe
if necessary, and install the toolchain package group with pacman -S mingw-w64-ucrt-x86_64-toolchain
.
This will install all of the build tools including gcc
, g++
, and mingw32-make
, plus the libstdc
and libstdc++
libraries.