From: Wolfgang Bumiller Date: Tue, 31 Jul 2018 09:19:33 +0000 (+0200) Subject: Fix #1848: typo in PVE::Cluster::join() X-Git-Url: https://git.proxmox.com/?p=pve-cluster.git;a=commitdiff_plain;h=bd70b89d19c0cd02829282f6f05e579fc49cc77e Fix #1848: typo in PVE::Cluster::join() Signed-off-by: Wolfgang Bumiller --- diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm index b0a5016..d4b2c90 100644 --- a/data/PVE/Cluster.pm +++ b/data/PVE/Cluster.pm @@ -1812,7 +1812,7 @@ sub join { $conn_args->{manual_verification} = 1; } - print "Etablishing API connection with host '$host'\n"; + print "Establishing API connection with host '$host'\n"; my $conn = PVE::APIClient::LWP->new(%$conn_args); $conn->login();