From 3062a8416a2bfe18b0a37edcc8c5b7436c098501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Tue, 22 May 2018 00:10:08 +0200 Subject: [PATCH] fix(msg): add missing words --- spectre-meltdown-checker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 0314269..38ab895 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -2875,7 +2875,7 @@ check_variant3a() # override status & msg in case CPU is not vulnerable after all pvulnstatus $cve OK "your CPU vendor reported your CPU model as not vulnerable" else - pvulnstatus $cve UNK "new vulnerability, script will when more technical information is available in the next hours/days" + pvulnstatus $cve UNK "new vulnerability, script will be updated when more technical information is available in the next hours/days" fi } @@ -2888,7 +2888,7 @@ check_variant4() # override status & msg in case CPU is not vulnerable after all pvulnstatus $cve OK "your CPU vendor reported your CPU model as not vulnerable" else - pvulnstatus $cve UNK "new vulnerability, script will when more technical information is available in the next hours/days" + pvulnstatus $cve UNK "new vulnerability, script will be updated when more technical information is available in the next hours/days" fi }