]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - util/msys2_install.sh
Added gentoo to installer (#3272)
[qmk_firmware.git] / util / msys2_install.sh
index c64685754132f7e4b83820fc8f434d7625fd7dd9..d9459580c7dd6244467883ff121df5e3c2e68830 100644 (file)
@@ -67,7 +67,7 @@ if [ ! -d "$armtools" ]; then
     while true; do
         echo
         echo "The ARM toolchain is not installed."
-        echo "This is needed for building ARM based keboards."
+        echo "This is needed for building ARM based keyboards."
         read -p "Do you want to install it? (Y/N) " res
         case $res in
             [Yy]* ) install_arm; break;;