]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - util/msys2_install.sh
Keymap update Adding RGB underglow controls. (#4358)
[qmk_firmware.git] / util / msys2_install.sh
old mode 100644 (file)
new mode 100755 (executable)
index c646857..d945958
@@ -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;;