summaryrefslogtreecommitdiffstats
path: root/util/msys2_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/msys2_install.sh')
-rw-r--r--util/msys2_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/msys2_install.sh b/util/msys2_install.sh
index c64685754..d9459580c 100644
--- a/util/msys2_install.sh
+++ b/util/msys2_install.sh
@@ -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;;