From 71f01070d876f7eeec620525befe039786dcb6ee Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Fri, 21 Aug 2020 16:27:08 +0100 Subject: [PATCH] spelling --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1252048..f9ab572 100755 --- a/install.sh +++ b/install.sh @@ -77,7 +77,7 @@ function check_kernel_headers() { # echo RUN=$VER_RUN HDR=$VER_HDR echo " !!! Your kernel version is $VER_RUN" - echo " Not found *** coressponding *** kernel headers with apt-get." + echo " Not found *** corresponding *** kernel headers with apt-get." echo " This may occur if you have ran 'rpi-update'." echo " Choose *** y *** will revert the kernel to version $VER_HDR then continue." echo " Choose *** N *** will exit without this driver support, by default."