From f5d3fb62179c49209c24a0725b43d9c44269de61 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