From 468b40eee55fe58e6d58f4f843793d316b9be643 Mon Sep 17 00:00:00 2001 From: KillingJacky Date: Mon, 27 Apr 2020 08:19:50 +0100 Subject: [PATCH] fix typo --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c1cc78d..314dced 100755 --- a/install.sh +++ b/install.sh @@ -177,8 +177,8 @@ function install_module { dkms build -k $_i -m $mod -v $ver && { dkms install --force -k $_i -m $mod -v $ver } || { - echo "can not compile with this kernel, abourt" - echo "please try compile with option --compat-kernel" + echo "can not compile with this kernel, abort" + echo "please try compile with the option --compat-kernel" exit 1 } done