summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-08-11 22:01:01 +0200
committerskullydazed <skullydazed@users.noreply.github.com>2018-08-11 22:18:36 +0200
commitc909c4ea50ee6cef77e54f746c11f2c896181e48 (patch)
tree9884152b5f5dd57b146dc60e041e6fd8133d153f /util
parentbd4ba8d1808b11deaf3298cec9a1573fbd5e9cdf (diff)
downloadqmk_firmware-c909c4ea50ee6cef77e54f746c11f2c896181e48.tar.gz
qmk_firmware-c909c4ea50ee6cef77e54f746c11f2c896181e48.tar.xz
Fix Typos in echo
Diffstat (limited to 'util')
-rwxr-xr-xutil/qmk_install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/qmk_install.sh b/util/qmk_install.sh
index fefbc6f86..6f35e4c71 100755
--- a/util/qmk_install.sh
+++ b/util/qmk_install.sh
@@ -17,5 +17,6 @@ case $(uname -a) in
exec "${util_dir}/msys2_install.sh"
;;
*)
- echo "Environment not support. Pleas see https://docs.qmk.fm for details on how to configure the QMK Firmware build tools"
+ echo "Environment not supported. Please see https://docs.qmk.fm for details on how to configure the QMK Firmware build tools manually."
+ ;;
esac