From 0e788b3e07e3d522871fe98e05532df372837b18 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 4 Jul 2019 15:23:19 +0200 Subject: [PATCH] 5to6: fiy typo: s/detailled/detailed/ Signed-off-by: Thomas Lamprecht --- PVE/CLI/pve5to6.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/CLI/pve5to6.pm b/PVE/CLI/pve5to6.pm index 2c521a18..1dfecb42 100644 --- a/PVE/CLI/pve5to6.pm +++ b/PVE/CLI/pve5to6.pm @@ -394,7 +394,7 @@ sub check_cluster_corosync { } print "\n"; - log_info("run 'pvecm status' to get detailled cluster status.."); + log_info("run 'pvecm status' to get detailed cluster status.."); print_header("CHECKING INSTALLED COROSYNC VERSION"); if (defined(my $corosync = $get_pkg->('corosync'))) {