From 3524142cb33339f49d602f6b0cdad20ef9a785a2 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Wed, 10 Jul 2024 12:59:36 +0200 Subject: [PATCH] pve7to8: fix typo in log message Signed-off-by: Stoiko Ivanov (cherry picked from commit 8763c263d1ac26a21a2b6443fa08895d392249e4) Signed-off-by: Thomas Lamprecht --- PVE/CLI/pve7to8.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/CLI/pve7to8.pm b/PVE/CLI/pve7to8.pm index 89a5c4ed..d1297e6c 100644 --- a/PVE/CLI/pve7to8.pm +++ b/PVE/CLI/pve7to8.pm @@ -222,7 +222,7 @@ sub check_pve_packages { } } elsif ($get_pkg->($kinstalled)) { # with 6.2 kernel being available in both we might want to fine-tune the check? - log_warn("a suitable kernel ($kinstalled) is intalled, but an unsuitable ($kernel_ver) is booted, missing reboot?!"); + log_warn("a suitable kernel ($kinstalled) is installed, but an unsuitable ($kernel_ver) is booted, missing reboot?!"); } else { log_warn("unexpected running and installed kernel '$kernel_ver'."); }