From 335439dee00f60594c59d2dfb7da8a7cb475b946 Mon Sep 17 00:00:00 2001 From: Alkorin Date: Tue, 9 Jan 2018 18:44:15 +0100 Subject: [PATCH] Fix small typo in error message --- spectre-meltdown-checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 2a9a874..aac9024 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -399,7 +399,7 @@ if [ -e "$opt_kernel" ]; then extract_vmlinux "$opt_kernel" fi else - vmlinux_err="couldn't find your kernel image in /boot, if you used neboot, this is normal" + vmlinux_err="couldn't find your kernel image in /boot, if you used netboot, this is normal" fi if [ -z "$vmlinux" -o ! -r "$vmlinux" ]; then [ -z "$vmlinux_err" ] && vmlinux_err="couldn't extract your kernel from $opt_kernel"