From d78caf5054088a71f14f8de7fff3e3b08b02ae6b Mon Sep 17 00:00:00 2001 From: Yasin Kaya Date: Wed, 25 Nov 2020 17:11:58 +0300 Subject: [PATCH] fixed typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ea944cd..3b7e98d 100755 --- a/install.sh +++ b/install.sh @@ -62,7 +62,7 @@ case $shield_hat in *) colored_echo "Wrong Selection, exiting" ${RED}; exit 1; esac -colored_echo "Checking requiremments..." +colored_echo "Checking requirements..." colored_echo "Updating headers..." sudo apt-get update