]> git.proxmox.com Git - pmg-api.git/blobdiff - src/PMG/CLI/pmg7to8.pm
tree-wide typo fixes
[pmg-api.git] / src / PMG / CLI / pmg7to8.pm
index 947e9e33cae088d80e85cf6b71c9f7990eb58917..6d2f6fa069bd8843701af3342a65ec8922ac8495 100644 (file)
@@ -211,7 +211,7 @@ sub check_pmg_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'.");
        }