From 4d5592e5a4c7645349518447510d7cc55ef74307 Mon Sep 17 00:00:00 2001 From: Vayruz Rafli Date: Tue, 16 May 2023 17:12:16 +0700 Subject: [PATCH] Fix little typo in setup script. (#505) --- kernel/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/setup.sh b/kernel/setup.sh index f8f16015..621e223d 100755 --- a/kernel/setup.sh +++ b/kernel/setup.sh @@ -11,7 +11,7 @@ elif test -d "$GKI_ROOT/drivers"; then DRIVER_DIR="$GKI_ROOT/drivers" else echo '[ERROR] "drivers/" directory is not found.' - echo '[+] You should modify this scrpit by yourself.' + echo '[+] You should modify this script by yourself.' exit 127 fi